fixed race condition in return value of netconn_gethostbyname() (and thus also lwip_gethostbyname/_r() and lwip_getaddrinfo())

Signed-off-by: sg <goldsimon@gmx.de>
This commit is contained in:
Thomas Mueller
2016-12-16 15:44:00 +01:00
committed by sg
parent b5f51dbd0c
commit fcd2daf57c
2 changed files with 8 additions and 3 deletions

View File

@@ -26,6 +26,10 @@ HISTORY
++ Bugfixes:
2016-12-16: Thomas Mueller
* api_lib.c: fixed race condition in return value of netconn_gethostbyname()
(and thus also lwip_gethostbyname/_r() and lwip_getaddrinfo())
2016-12-15: David van Moolenbroek
* opt.h, tcp: added LWIP_HOOK_TCP_ISN() to implement less predictable initial
sequence numbers (see contrib/addons/tcp_isn for an example implementation)