aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-09-21 23:14:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-09-21 23:14:22 +0000
commit9ef76fecef3b9b504dd912797ec3abad5c41f85b (patch)
treedf113876c2bd18b8e7bcdb0e1784198b8fcdb9e0 /CHANGES
parent8aa2894bfb9a379ebb47ada638736b00ba46a1ea (diff)
another segfault with multi+ares+non-existing hostname
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a6ded52e8..62dd88425 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,10 @@
Changelog
+Daniel (22 September)
+- Giuseppe Attardi found a segfault in libcurl when using the multi interface
+ with ares and doing repeated operations against a non-resolving host name.
+
Daniel (19 September)
- Added the CURLOPT_IPRESOLVE option, that allows an application to select
what kind of IP addresses he wants to use when resolving host names. This