glibc 2.2.93 gethostbyname_r() no longer returns ERANGE if the given buffer
authorDaniel Stenberg <daniel@haxx.se>
Mon, 21 Oct 2002 13:20:30 +0000 (13:20 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 21 Oct 2002 13:20:30 +0000 (13:20 +0000)
commit32c03eadd68fffb3ef8e4b7fe61b07c0fe83c4b3
tree72a679a90bc44856851ff5e0fa1e2980a3b90814
parent0fa512f26d2a4ad02c90e89a5f1f77c9e36dc98d
glibc 2.2.93 gethostbyname_r() no longer returns ERANGE if the given buffer
size isn't big enough. For some reason they now return EAGAIN.

Redhat 8 ships with this glibc version.
lib/hostip.c