osmo-bsc/openbsc/tests
Holger Hans Peter Freyther 1cc5ff8e19 mgcp: Add proper length checking for line handling
In ae1997248c the handwritten tokenizer
was replaced with strtok_r. As part of this change the structural
checking of MGCP parameters was stopped. This means that a code like
"line + 3" might access beyond the first NUL and be possibly behind
the msgb. Manually add size checking again. Manually jumping to the
error label is not possible anymore as it has been removed. The result
is that invalid lines will be skipped. This is matching the general
approach by the IETF RFCs to be permissive in data being received.
2014-05-22 16:46:11 +02:00
..
abis Makefile.am: Use AM_CPPFLAGS 2013-06-12 09:16:27 +02:00
bsc bsc/mminfo: Patch timezone and DST in MM Info messages 2013-09-19 10:57:13 +02:00
bsc-nat mgcp: add voice muxer support 2014-05-22 14:39:16 +02:00
bsc-nat-trie nat: Fix make distcheck for the nat 2013-09-19 11:01:14 +02:00
channel db: Avoid crash we have seen with the dbi code when reading a SMS 2013-12-27 20:20:55 +01:00
db db: Fix next fall-out with make distcheck 2014-05-01 07:53:42 +02:00
gbproxy gbproxy: Fix handling of NSEI changes 2013-10-24 18:02:38 +02:00
gprs Makefile.am: Use AM_CPPFLAGS 2013-06-12 09:16:27 +02:00
gsm0408 sms: Increment the RP Message Reference for each transaction 2014-02-20 11:35:56 +01:00
mgcp mgcp: Add proper length checking for line handling 2014-05-22 16:46:11 +02:00
smpp smpp: Fix the make distcheck for smpp 2013-09-19 11:08:43 +02:00
trau mncc: Complete definitions for all speech traffic frames at MNCC interface 2014-03-20 22:36:16 +01:00
Makefile.am nitb/smpp: Add simple test runner for the issues found by daniel 2014-03-06 23:48:17 +01:00
atlocal.in bsc/mminfo: Patch timezone and DST in MM Info messages 2013-09-19 10:57:13 +02:00
ctrl_test_runner.py ctrl: Extend the testcase for using '09' as numbers on the interface 2014-04-24 10:30:05 +02:00
smpp_test_runner.py nitb/smpp: Add simple test runner for the issues found by daniel 2014-03-06 23:48:17 +01:00
testsuite.at db: Add testcase for the db migration. 2014-04-30 15:31:57 +02:00
vty_test_runner.py nitb: Add a test for "show network" in the python testsuite. 2014-03-06 17:31:23 +01:00