mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-07 00:36:21 +08:00
fixed bug #40788 "lwip_setsockopt_internal() crashes" by rewriting set/getsockopt functions to combine checks with the actual code and add more NULL checks; this also fixes that CORE_LOCKING used message passing for set/getsockopt.
This commit is contained in:
@@ -147,6 +147,12 @@ HISTORY
|
||||
|
||||
++ Bugfixes:
|
||||
|
||||
2015-01-17: Simon Goldschmidt
|
||||
* sockets.c/.h, memp_std.h: fixed bug #40788 "lwip_setsockopt_internal() crashes"
|
||||
by rewriting set/getsockopt functions to combine checks with the actual code
|
||||
and add more NULL checks; this also fixes that CORE_LOCKING used message
|
||||
passing for set/getsockopt.
|
||||
|
||||
2014-12-19: Simon Goldschmidt
|
||||
* opt.h, dhcp.h/.c: prevent dhcp from starting when netif link is down (only
|
||||
when LWIP_DHCP_CHECK_LINK_UP==1, which is disabled by default for
|
||||
|
||||
Reference in New Issue
Block a user