osmo-msc/openbsc/src/osmo-bsc_nat
Holger Hans Peter Freyther b0b8a34dd5 nat: Please coverity and initialize the saveptr to NULL
Coverity complains about the saveptr used in the strtok_r. This
is not a bug because we pass a string as part of the first call
to strtok_r but it is easier to just initialize it.

Addresses: Coverity CID 1042323
2013-07-05 07:45:08 +02:00
..
Makefile.am Makefile.am: Use AM_CPPFLAGS 2013-06-12 09:16:27 +02:00
bsc_filter.c src: port openBSC over libosmo-abis 2011-08-19 22:38:35 +02:00
bsc_mgcp_utils.c nat: Move the callstats to a new header file due sccp usage 2013-04-22 09:07:39 +02:00
bsc_nat.c nat: fix use after free in forward_sccp_to_bts 2013-05-13 01:13:27 +02:00
bsc_nat_ctrl.c nat: Please coverity and initialize the saveptr to NULL 2013-07-05 07:45:08 +02:00
bsc_nat_filter.c nat: Rename "struct sccp_connections" to "struct nat_sccp_connection" 2013-04-16 09:53:13 +02:00
bsc_nat_rewrite.c nat: Allow to re-write international numbers in the CC Setup messages 2013-04-16 09:20:06 +02:00
bsc_nat_utils.c nat: Extract the LAC/CI from the Complete Layer3 Information 2013-04-16 14:14:17 +02:00
bsc_nat_vty.c nat: Rename "struct sccp_connections" to "struct nat_sccp_connection" 2013-04-16 09:53:13 +02:00
bsc_sccp.c nat: Rename "struct sccp_connections" to "struct nat_sccp_connection" 2013-04-16 09:53:13 +02:00
bsc_ussd.c nat: Fix compiler warning and cast uint16_t to uint8_t 2013-07-03 16:18:37 +02:00