fixed bug #38404 getpeeraddr returns success on unconnected/listening TCP sockets

This commit is contained in:
Simon Goldschmidt
2014-02-27 21:28:15 +01:00
parent 2666d6df90
commit c60635855d
3 changed files with 17 additions and 2 deletions

View File

@@ -96,6 +96,10 @@ HISTORY
++ Bugfixes:
2014-02-27: Simon Goldschmidt
* api_msg.c, sockets.c: fixed bug #38404 getpeeraddr returns success on
unconnected/listening TCP sockets
2014-02-27: Simon Goldschmidt
* sockets.c: fixed bug #41729 Some socket functions return Exyz instead of -1