aboutsummaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-08-18 08:18:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-08-18 08:18:24 +0000
commit34cadb1e5476d35bb1e26f46b4f7f19e055efb6e (patch)
treec6ef9c559eb4b24146aaa0b79fa8324e34d6b6c3 /docs/KNOWN_BUGS
parent94692b904e6ebe7c08f8ebcdc4b4cea8ccf9dfd1 (diff)
Harshal Pradhan's use-after-free bug with ares is now known bug #24 to be
fixed after 7.14.1
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index f384896af..a8b29896d 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -3,6 +3,12 @@ join in and help us correct one or more of these! Also be sure to check the
changelog of the current development status, as one or more of these problems
may have been fixed since this was written!
+24. Harshal Pradhan's Use-after-free with libcurl+ares. This probably occurs
+ because there is a pending ares callback that gets called after the
+ connection struct has been freed in libcurl:
+ http://curl.haxx.se/mail/lib-2005-08/0022.html
+ Fixing this properly most likely requires a new c-ares function.
+
23. We don't support SOCKS for IPv6. We don't support FTPS over a SOCKS proxy.
We don't have any test cases for SOCKS proxy. We probably have even more
bugs and lack of features when a SOCKS proxy is used.