aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-10-11 07:56:06 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-10-11 09:25:14 +0200
commitdaa653fc2268ca99389ef2730abf5fe000eb7a37 (patch)
treec50a66012f9f882c0e41fd34567b54cfacb73741 /configure.in
parent00cb5700e65ef8bf4e86bdb0b45084265d73e5d9 (diff)
ussd: Add a test case, switch parsing to use a gsm48_hdr and len
The current USSD code is not doing any size checks, add a test case to find out how easily we access the data out of bounds. Begin to use the length in some places.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 4c827b06..a8e3f20f 100644
--- a/configure.in
+++ b/configure.in
@@ -112,4 +112,5 @@ AC_OUTPUT(
tests/timer/Makefile
tests/sms/Makefile
tests/msgfile/Makefile
+ tests/ussd/Makefile
Makefile)