aboutsummaryrefslogtreecommitdiff
path: root/ares/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-10-02 18:26:48 +0000
committerYang Tse <yangsita@gmail.com>2007-10-02 18:26:48 +0000
commit94162d62aca15e3d900513a8f37bc84a12db5d16 (patch)
treefc7f1799b49ea6e1e7b11684e2b82932fd173e39 /ares/CHANGES
parent059707be320e993e7ee047e1e728ce9d6e67e4f7 (diff)
Avoid a segfault when generating a DNS "Transaction ID" in internal
function init_id_key() under low memory conditions.
Diffstat (limited to 'ares/CHANGES')
-rw-r--r--ares/CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES
index 2a94acf9e..f7a9ca6cf 100644
--- a/ares/CHANGES
+++ b/ares/CHANGES
@@ -1,9 +1,13 @@
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.
+- Yang Tse: Avoid a segfault when generating a DNS "Transaction ID" in
+ internal function init_id_key() under low memory conditions.
+
* September 28 2007 (Daniel Stenberg)
- Bumped version to 1.5.0 for next release and soname bumped to 2 due to ABI