1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 08:21:18 +01:00
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
..
2020-10-23 11:27:48 +02:00
2020-11-12 22:50:53 +01:00
2020-11-18 18:38:44 +01:00
2021-01-26 17:39:44 +01:00
2020-11-06 15:57:52 +01:00
2020-10-23 11:27:48 +02:00
2021-01-21 10:03:44 +01:00
2021-01-18 14:14:13 +01:00
2020-10-23 11:27:48 +02:00
2021-01-26 17:40:29 +01:00
2021-01-21 11:22:32 +01:00
2021-01-26 17:40:30 +01:00
2020-10-23 11:27:48 +02:00
2020-11-25 12:00:13 +01:00
2020-10-23 11:27:48 +02:00
2021-01-26 17:40:53 +01:00
2020-11-23 16:56:34 +01:00
2020-06-10 21:21:33 +02:00
2020-10-23 11:27:48 +02:00
2020-11-06 15:57:53 +01:00
2021-01-12 11:34:22 +01:00
2020-11-23 16:56:34 +01:00
2021-01-26 17:40:53 +01:00
2021-01-17 00:17:58 +01:00