summaryrefslogtreecommitdiff
path: root/tests/ppp-invalid-lengths.pcap
Commit message (Collapse)AuthorAgeFilesLines
* PPP: Fix two loops for undefined behavior at runtimeFrancois-Xavier Le Bail2019-03-181-0/+0
The errors were: print-ppp.c:518:9: runtime error: unsigned integer overflow: 38 - 230 cannot be represented in type 'unsigned int' print-ppp.c:1138:63: runtime error: unsigned integer overflow: 204 - 220 cannot be represented in type 'unsigned int' Add a test case.