lwip/src
Dirk Ziegelmeier aa83bdf490 Fix bug #55034: apps/smtp.c fails to compile with strict C compatibility because of strnlen
by replacing strnlen with strlen. It's a user-supplied string, so we can assume it is correctly \0 terminated (as done several times elsewhere in the code)
2018-11-19 14:43:26 +01:00
..
api sockets: Trivial comment fixes 2018-11-09 17:14:20 +08:00
apps Fix bug #55034: apps/smtp.c fails to compile with strict C compatibility because of strnlen 2018-11-19 14:43:26 +01:00
core tcp_recved: fix overflow check 2018-11-12 21:01:47 +01:00
include mDNS: probe rate limiting if more then 15 conflicts occur in 10s 2018-11-19 14:26:25 +01:00
netif fix compiling ETHARP_SUPPORT_VLAN without LWIP_HOOK_VLAN_SET and LWIP_VLAN_PCP 2018-11-07 10:49:06 +01:00
Filelists.cmake mDNS: add new files to filelists + solve compile errors 2018-11-13 12:17:38 +01:00
Filelists.mk mDNS: add new files to filelists + solve compile errors 2018-11-13 12:17:38 +01:00
FILES update some FILES list files 2016-08-03 20:21:54 +02:00