This website requires JavaScript.
Explore
Help
Sign In
abc
/
lwip
Watch
1
Star
0
Fork
0
You've already forked lwip
mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced
2026-05-16 13:16:49 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
67d1970059d766234fc6491f92246a9704ad7cb5
lwip
/
src
History
goldsimon
67d1970059
pbuf_alloced_custom(): less code duplication, please :-)
2017-06-14 21:39:53 +02:00
..
api
Moved NUM_SOCKETS and struct lwip_sock to sockets_priv.h; added test case for fd_use count with select
2017-06-13 21:07:34 +02:00
apps
Axel Lin correctly pointed out that there is no buffer overflow because smtp_server[SMTP_MAX_SERVERNAME_LEN + 1] - there is always room for terminating 0 byte
2017-06-14 14:11:27 +02:00
core
pbuf_alloced_custom(): less code duplication, please :-)
2017-06-14 21:39:53 +02:00
include
smtp.c, smtp_set_server_addr: Avoid smtp_server buffer overrun when server name length is SMTP_MAX_SERVERNAME_LEN -> "smtp_server[len] = 0" is an out-of-bound access
2017-06-14 12:40:58 +02:00
netif
ethernetif: Add #if LWIP_IPV4 guard around netif->output
2017-05-22 20:42:19 +02:00
Filelists.mk
…
FILES
…