mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
767e700a5f
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. |
||
---|---|---|
.. | ||
Makefile | ||
Makefile.include | ||
tests-clif.c | ||
tests-clif.h |