osmo-msc/openbsc/src
Harald Welte 9f109dfb99 trau_mux.c: Prevent out-of-bounds read in trau_encode_fr()
found by -fsanitize=address the last iteration of the loop, where i ==
259 and o == 260.  It is read out-of-bounds but the content is never
used.
2014-06-23 09:49:29 +02:00
..
gprs gprs: Use area terms LAI/RAI as defined in GSM 03.03 2014-06-15 19:23:38 +02:00
ipaccess proxy: Annotate the switch/case/fall through 2014-06-12 11:32:25 +02:00
libbsc rsl: Check if the channel is active and then start the channel release 2014-06-03 12:51:16 +02:00
libcommon vty: Use vty_install_default() instead of bsc_install_default() 2013-10-30 15:19:00 +01:00
libctrl ctrl: Remove the param parameter as it was never used/implemented 2014-05-15 15:50:55 +02:00
libgb Makefile.am: Use AM_CPPFLAGS 2013-06-12 09:16:27 +02:00
libmgcp mgcp: Allow to batch more than four messages 2014-06-16 14:12:02 +02:00
libmsc nitb: Only print channel activations once in show statistics 2014-06-18 08:34:54 +02:00
libtrau trau_mux.c: Prevent out-of-bounds read in trau_encode_fr() 2014-06-23 09:49:29 +02:00
osmo-bsc bsc: Do not use strdup on argv parameter 2014-06-12 11:19:38 +02:00
osmo-bsc_mgcp mgcp: Move transcoding to libmgcp 2014-06-05 14:08:53 +02:00
osmo-bsc_nat mgcp: add voice muxer support 2014-05-22 14:39:16 +02:00
osmo-nitb bsc_hack: Don't strdup the string arguments 2014-05-22 14:34:24 +02:00
utils smpp_mirror: Initialize rc when cmd_id is not DELIVER_SM 2013-12-12 16:20:01 +01:00
Makefile.am Makefile.am: Use AM_CPPFLAGS 2013-06-12 09:16:27 +02:00