ecl/contrib/sockets
Marius Gerbershagen 12cac13786 sockets: fix GET-HOST-BY-NAME and GET-HOST-BY-ADDRESS
After the recent refactor of GET-HOST-BY-NAME to use getaddrinfo,
these functions had multiple problems that are fixed in this commit:
- in GET-HOST-BY-NAME, freeaddrinfo was called on an unitialized
  struct addrinfo if getaddrinfo failed
- error handling in GET-HOST-BY-NAME wasn't working, we were still
  trying to use the error handling for gethostbyname
- GET-HOST-BY-ADDRESS still used the deprecated gethostbyaddr function
2020-01-25 17:43:30 +01:00
..
package.lisp Untabify everything. 2015-09-01 20:10:10 +00:00
sb-bsd-sockets.lisp Two compatibility improvements in the SOCKETS library: 2009-08-16 10:49:36 +02:00
sockets.lisp sockets: fix GET-HOST-BY-NAME and GET-HOST-BY-ADDRESS 2020-01-25 17:43:30 +01:00
test.lisp Untabify everything. 2015-09-01 20:10:10 +00:00