1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00
RIOT/sys/uri_parser
Sören Tempel 333572e091 uri_parser: check if uri is long enough to even contain a ://
Before attempting to access these characters. This fixes an
out-of-bounds read on the provided URI buffer.
2021-02-04 20:08:26 +01:00
..
Makefile uri_parser: add minimal and non-destructive URI parser 2020-03-31 23:54:40 +02:00
uri_parser.c uri_parser: check if uri is long enough to even contain a :// 2021-02-04 20:08:26 +01:00