lwip/src/include
Sylvain Rochet 729b3da96d PPP: remove casts from unsigned (strlen return value) to signed when checking auth
In theory, if provided username or password is over 0x80000000 byte long
(err...), casts to signed integer of strlen() return values is going to
return negative values breaking lengths checks.

Fix it by only using unsigned integer or size_t (guaranteed to be
unsigned) comparisons.
2020-10-16 21:16:05 +02:00
..
compat Whitespace cleanup lwIP 2018-10-22 20:53:58 +02:00
lwip Remove @ref to fix doxygen build 2020-07-07 18:59:50 +02:00
netif PPP: remove casts from unsigned (strlen return value) to signed when checking auth 2020-10-16 21:16:05 +02:00