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:
parent
3a0e5fd775
commit
dcf5cda260
@ -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];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user