fixed bug #41729 Some socket functions return Exyz instead of -1

This commit is contained in:
Simon Goldschmidt
2014-02-27 20:57:37 +01:00
parent 8558fa0bcf
commit 2666d6df90
2 changed files with 8 additions and 5 deletions

View File

@@ -96,8 +96,11 @@ HISTORY
++ Bugfixes:
2014-02-27: Simon Goldschmidt
* sockets.c: fixed bug #41729 Some socket functions return Exyz instead of -1
2014-02-25: Simon Goldschmidt
ip4.c: fixed bug #39514 ip_route() may return an IPv6-only interface
* ip4.c: fixed bug #39514 ip_route() may return an IPv6-only interface
2014-02-25: Simon Goldschmidt, patch by Fatih Asici
* pbuf.c: fixed bug #39356 Wrong increment in pbuf_memfind()