From: Daniel Stenberg Date: Fri, 13 Oct 2006 21:25:11 +0000 (+0000) Subject: Prevent ares_getsock() to overflow if more than 16 sockets are used. X-Git-Tag: curl-7_16_0~90 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b868df554ba12ffa640a92e769352af84805b63;p=thirdparty%2Fcurl.git Prevent ares_getsock() to overflow if more than 16 sockets are used. --- diff --git a/ares/CHANGES b/ares/CHANGES index 2e0393b180..ce510e01cf 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,5 +1,9 @@ Changelog for the c-ares project +* October 12 2006 + +- Prevent ares_getsock() to overflow if more than 16 sockets are used. + * September 11 2006 - Guilherme Balena Versiani: I noted a strange BUG in Win32 port