1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

tests/unittests/uri_parser: increase VEC_MSG_LEN

Previous value tripped ASAN. Increase to sth with room to spare.
This commit is contained in:
Kaspar Schleiser 2022-05-13 11:47:17 +02:00
parent 3a0e5fd775
commit dcf5cda260

View File

@ -48,8 +48,7 @@
} \
} while (0)
#define VEC_MSG_LEN (sizeof("Unexpected userinfo member \"\" for \"\"") + \
64U + 8U)
#define VEC_MSG_LEN (256)
typedef struct {
char uri[64];