1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/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
..
include sys: Add clif (CoRE Link Format) module 2019-10-04 11:35:52 +02:00
clif.c clif: After incrementing pos, make sure it is still in bounds 2021-02-08 11:29:44 +01:00
Makefile sys: Add clif (CoRE Link Format) module 2019-10-04 11:35:52 +02:00