libosmocore/src
Max 27e8036d41 Fix unaligned access found by addr. sanitizer
gprs_bssgp.c:461:9: runtime error: load of misaligned address
0x62100001a66b for type 'uint32_t', which requires 4 byte alignment

gprs_ns.c:937:16: runtime error: load of misaligned address
0x61d00002a97f for type 'uint16_t', which requires 2 byte alignment
2016-04-24 11:12:41 +02:00
..
codec build: remove unused all_includes and use AM_CPPFLAGS 2014-10-03 08:48:31 +02:00
ctrl vty: add ctrl section for Control interface bind address 2016-02-25 11:02:35 +01:00
gb Fix unaligned access found by addr. sanitizer 2016-04-24 11:12:41 +02:00
gsm Add function for appending range1024 to bitvec 2016-04-23 16:37:05 +02:00
sim sim: make osim_reader_ops public 2016-03-19 21:18:40 +01:00
vty vty: add bind command for telnet vty line 2016-02-25 11:02:34 +01:00
Makefile.am Add T4 bit map compression routines 2016-02-18 19:45:44 +01:00
application.c fix libosmocore build for NuttX target 2014-12-04 14:15:36 +01:00
backtrace.c backtrace: don't use fprintf, but printf (for osmocom-bb) 2012-09-08 22:00:13 +02:00
bitcomp.c Add T4 bit map compression routines 2016-02-18 19:45:44 +01:00
bits.c Add ubit <-> sbit convertors 2016-04-12 10:10:44 -04:00
bitvec.c Add function to add bits from array to bitvec 2016-03-17 14:07:19 +01:00
conv.c misc: Doxygen tweaks: fixed some typos and minor errors 2013-02-15 13:27:59 +01:00
crc16.c crc: use namespace prefix osmo_* 2011-05-07 13:00:51 +02:00
crcXXgen.c.tpl misc: Doxygen tweaks: fixed some typos and minor errors 2013-02-15 13:27:59 +01:00
gsmtap_util.c misc: Doxygen tweaks: fixed some typos and minor errors 2013-02-15 13:27:59 +01:00
logging.c logging.c: assert category_token allocation (CID #57871) 2016-04-16 13:31:15 +02:00
logging_syslog.c doc: Fix the Doxygen section endings 2012-04-18 21:53:23 +02:00
loggingrb.c sttrb / loggingrb: Use GPLv2+ as license, not AGPLv3+ 2014-10-26 20:52:25 +01:00
macaddr.c macaddr: Use the BSD code for Darwin as well 2015-04-11 19:29:52 +02:00
msgb.c Fix some recently added formats on 64bit 2015-12-24 16:17:21 +01:00
msgfile.c msgfile: Fix warning on BSDs stdio 2015-03-18 21:54:37 +01:00
panic.c add some missing doxygen annotation for libosmocore functions 2013-01-11 09:43:32 +01:00
plugin.c add some missing doxygen annotation for libosmocore functions 2013-01-11 09:43:32 +01:00
prim.c Add osmo_prim_op_names[] symbol and _SAP_SS7_BASE define 2015-12-23 14:11:54 +01:00
rate_ctr.c stats: Add TODO comment to rate_ctr 2015-11-26 12:53:12 +01:00
rbtree.c fix FSF address in sources/headers 2015-11-12 13:46:05 +01:00
select.c select: Externalize fd_set filling and dispatch 2016-03-31 16:56:51 +02:00
serial.c misc: Doxygen tweaks: fixed some typos and minor errors 2013-02-15 13:27:59 +01:00
signal.c doc: Fix the Doxygen section endings 2012-04-18 21:53:23 +02:00
socket.c Move common socket routine into separate function 2014-10-13 21:29:42 +02:00
stat_item.c stats: Add OSMO prefix to STAT_ITEM_NOVALUE_ID 2015-12-08 10:33:15 +01:00
statistics.c core: Add difference function to osmo_counter 2015-10-29 01:10:06 +01:00
stats.c stats: Reorder functions in stats.c 2015-11-26 12:52:24 +01:00
stats_statsd.c stats: Fix compiler warning about losing const 2015-12-17 14:13:22 +01:00
strrb.c strrb.c: Use string.h, not strings.h 2014-11-14 15:21:18 +01:00
timer.c timer: Fix compiler warning about timeval 2015-08-21 19:45:08 +00:00
utils.c utils: add 'returns' doc to osmo_hexparse(). 2015-09-23 23:16:53 +02:00
write_queue.c write_queue: Use EBADF instead of EBABDFD for portability 2014-07-01 19:42:49 +02:00