aboutsummaryrefslogtreecommitdiff
path: root/ares
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-10-01 22:52:31 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-10-01 22:52:31 +0000
commitccf083e26da3279c6528244d4bbc585304b551bc (patch)
tree92e39a21048e90d93f596e76fe75fb46070ea829 /ares
parentdbd4abf0ff534013f998271250434a9df12de353 (diff)
ares_strerror() segfaulted if the input error number was out of the currently
supported range.
Diffstat (limited to 'ares')
-rw-r--r--ares/CHANGES4
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