mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 23:29:25 +00:00
9b1056ef0e
When using LWIP_RAND_FOR_FUZZ_SIMULATE_GLIBC: fuzz_common.c: In function ‘lwip_fuzz_rand’: fuzz_common.c:683:11: error: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Werror=sign-compare] 683 | if (idx >= sizeof(rand_nrs)/sizeof((rand_nrs)[0])) { | ^~ cc1: all warnings being treated as errors |
||
---|---|---|
.. | ||
fuzz | ||
sockets | ||
unit |