1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/unittests/tests-clif
Sören Tempel 767e700a5f clif: After incrementing pos, make sure it is still in bounds
While the for-loop condition does contain a bounds check, the pointer is
independently increment in the for-loop body. This increment therefore
requires a separate bounds check. Otherwise, the parsing loop may access
data outside the given buffer boundaries.
2021-02-08 11:29:44 +01:00
..
Makefile tests: Add unit tests for clif module 2019-10-04 11:35:52 +02:00
Makefile.include tests: Add unit tests for clif module 2019-10-04 11:35:52 +02:00
tests-clif.c clif: After incrementing pos, make sure it is still in bounds 2021-02-08 11:29:44 +01:00
tests-clif.h tests: Add unit tests for clif module 2019-10-04 11:35:52 +02:00