diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-10-01 22:52:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-10-01 22:52:31 +0000 |
commit | ccf083e26da3279c6528244d4bbc585304b551bc (patch) | |
tree | 92e39a21048e90d93f596e76fe75fb46070ea829 /ares | |
parent | dbd4abf0ff534013f998271250434a9df12de353 (diff) |
ares_strerror() segfaulted if the input error number was out of the currently
supported range.
Diffstat (limited to 'ares')
-rw-r--r-- | ares/CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index ddfbe1689..2a94acf9e 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 |