diff options
author | Yang Tse <yangsita@gmail.com> | 2007-10-02 18:26:48 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-10-02 18:26:48 +0000 |
commit | a15a88a4e674ac5bf625ff18204b3ea785d7f725 (patch) | |
tree | e2f364ab7be91949816f4732bd12f6e9c4712ec8 /CHANGES | |
parent | 962f9c220abfd32db04d70aeb891e5c0e5bb390c (diff) | |
download | c-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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |