mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 00:23:39 +08:00
Initialize dhcp timers in tcpip_thread (if LWIP_DHCP) to protect the stack from concurrent access.
This commit is contained in:
@@ -45,6 +45,10 @@ HISTORY
|
||||
|
||||
++ Bug fixes:
|
||||
|
||||
2007-03-06 Simon Goldschmidt
|
||||
* tcpip.c: Initialize dhcp timers in tcpip_thread (if LWIP_DHCP) to protect
|
||||
the stack from concurrent access.
|
||||
|
||||
2007-03-06 Frédéric Bernon, Dmitry Potapov
|
||||
* tcpip.c, ip_frag.c, ethernetif.c: Fix some build problems, and a redundancy
|
||||
call to "lwip_stats.link.recv++;" in low_level_input() & ethernetif_input().
|
||||
|
||||
Reference in New Issue
Block a user