From 7996134d2afb8098eb750433b20185bde21e0023 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 22 May 2014 21:17:49 +0200 Subject: common: Ignore "si.valid" outside of _MAX_SYSINFO_TYPE Limit the range from 0 to (_MAX_SYSINFO_TYPE - 1) instead of 0 to 31. This way we will never access the lchan->si.buf[] out of bounds. This is only a theoretical issue though as the code filling the lchan->si.buf for the SACCH will not have valid >= _MAX_SYSINFO_TYPE. Add a small regression test to check we still schedule all SIs. Fixes: CID 1040765 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3aa39cba..83513493 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ tests/agch/agch_test tests/paging/paging_test tests/cipher/cipher_test tests/sysmobts/sysmobts_test +tests/misc/misc_test tests/testsuite tests/testsuite.log -- cgit v1.2.3