aboutsummaryrefslogtreecommitdiff
path: root/ares/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2006-11-06 13:56:51 +0000
committerYang Tse <yangsita@gmail.com>2006-11-06 13:56:51 +0000
commit3274908551a92d546341ce6af294fd0e0f9e25e2 (patch)
treed7b56e5957dc5d8d2c8803f27cacbba0c9ec55a1 /ares/CHANGES
parentc7309344989e17b082fe8508f1d596075b847fde (diff)
avoid a couple of potential zero size memory allocations
Diffstat (limited to 'ares/CHANGES')
-rw-r--r--ares/CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES
index 770f037eb..378a81816 100644
--- a/ares/CHANGES
+++ b/ares/CHANGES
@@ -2,6 +2,8 @@
* November 6
+- Yang Tse removed a couple of potential zero size memory allocations.
+
- Andreas Rieke fixed the line endings in the areslib.dsp file that I (Daniel)
broke in the 1.3.2 release. We should switch to a system where that file is
auto-generated. We could rip some code for that from curl...