mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 00:23:39 +08:00
Based on patch from Dmitry Potapov, bug#19225.
Add asserts inside bind, connect and sendto to check input parameters. Remove excessive set_errno() calls after get_socket(), because errno is set inside of get_socket(). Move last sock_set_errno() inside lwip_close.
This commit is contained in:
@@ -60,6 +60,12 @@ HISTORY
|
||||
|
||||
++ Bug fixes:
|
||||
|
||||
2007-03-11 Frédéric Bernon (based on patch from Dmitry Potapov)
|
||||
* sockets.c: Add asserts inside bind, connect and sendto to check input
|
||||
parameters. Remove excessive set_errno() calls after get_socket(), because
|
||||
errno is set inside of get_socket(). Move last sock_set_errno() inside
|
||||
lwip_close.
|
||||
|
||||
2007-03-09 Simon Goldschmidt
|
||||
* memp.c: Fixed bug #11400: New etharp queueing introduced bug: memp_memory
|
||||
was allocated too small.
|
||||
|
||||
Reference in New Issue
Block a user