* sockets.c (lwip_accept): check addr isn't NULL. If it's valid, do an

assertion check that addrlen isn't NULL.
This commit is contained in:
jifl
2008-09-30 14:51:27 +00:00
parent c231e95cce
commit 0d7dccba5e
2 changed files with 18 additions and 8 deletions

View File

@@ -47,6 +47,10 @@ HISTORY
++ Bugfixes:
2008-09-30 Jonathan Larmour
* sockets.c (lwip_accept): check addr isn't NULL. If it's valid, do an
assertion check that addrlen isn't NULL.
2008-09-30 Jonathan Larmour
* tcp.c: Fix bug #24227, wrong error message in tcp_bind.