Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ussd: Verify that parsing is stil working and print the decoded text. | Holger Hans Peter Freyther | 2010-10-11 | 1 | -0/+5 |
| | |||||
* | ussd: Add next test that show that we access the data out of bounds | Holger Hans Peter Freyther | 2010-10-11 | 1 | -0/+23 |
| | | | | | This test is showing that the internal ASN1 code is not checking the size properly. | ||||
* | ussd: Add a test case, switch parsing to use a gsm48_hdr and len | Holger Hans Peter Freyther | 2010-10-11 | 2 | -0/+68 |
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. |