fixed bug #43361 select() crashes with stale FDs

This commit is contained in:
sg
2015-01-17 21:02:58 +01:00
parent 48934414b2
commit 5ceaed291f
2 changed files with 58 additions and 26 deletions

View File

@@ -152,6 +152,9 @@ HISTORY
++ Bugfixes:
2015-01-17: Simon Goldschmidt
* sockets.c: fixed bug #43361 select() crashes with stale FDs
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