summaryrefslogtreecommitdiff
path: root/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
commita15a88a4e674ac5bf625ff18204b3ea785d7f725 (patch)
treee2f364ab7be91949816f4732bd12f6e9c4712ec8 /CHANGES
parent962f9c220abfd32db04d70aeb891e5c0e5bb390c (diff)
downloadc-ares-a15a88a4e674ac5bf625ff18204b3ea785d7f725.tar.gz
c-ares-a15a88a4e674ac5bf625ff18204b3ea785d7f725.tar.bz2
c-ares-a15a88a4e674ac5bf625ff18204b3ea785d7f725.zip
Avoid a segfault when generating a DNS "Transaction ID" in internal
function init_id_key() under low memory conditions.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2a94acf..f7a9ca6 100644
--- a/CHANGES
+++ b/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