From: Daniel Stenberg Date: Mon, 1 Oct 2007 22:52:31 +0000 (+0000) Subject: ares_strerror() segfaulted if the input error number was out of the currently X-Git-Tag: curl-7_17_1~144 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ccf083e26da3279c6528244d4bbc585304b551bc;p=thirdparty%2Fcurl.git ares_strerror() segfaulted if the input error number was out of the currently supported range. --- diff --git a/ares/CHANGES b/ares/CHANGES index ddfbe16896..2a94acf9e6 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,5 +1,9 @@ Changelog for the c-ares project +* October 2 2007 (Daniel Stenberg) +- ares_strerror() segfaulted if the input error number was out of the currently + supported range. + * September 28 2007 (Daniel Stenberg) - Bumped version to 1.5.0 for next release and soname bumped to 2 due to ABI