summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-03-28 23:06:39 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-03-28 23:08:41 +0100
commit34696ab5a5df52db3f7cc0edc7ff7f3204d4b7b1 (patch)
tree99eed929adf82548432d7aed7c5036c5c610a54a
parent6be2804cdceee1664bd970c184f14f8297374909 (diff)
downloadcurl-34696ab5a5df52db3f7cc0edc7ff7f3204d4b7b1.tar.gz
KNOWN_BUGS: DoH leaks memory after followlocation
Closes #4592
-rw-r--r--docs/KNOWN_BUGS4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 8df986c84..1bd0c92c3 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -99,6 +99,7 @@ problems may have been fixed or changed somewhat since this was written!
11.5 Connection information when using TCP Fast Open
11.6 slow connect to localhost on Windows
11.7 signal-based resolver timeouts
+ 11.8 DoH leaks memory after followlocation
12. LDAP and OpenLDAP
12.1 OpenLDAP hangs after returning results
@@ -703,6 +704,9 @@ problems may have been fixed or changed somewhat since this was written!
Also, alarm() provides timeout resolution only to the nearest second. alarm
ought to be replaced by setitimer on systems that support it.
+11.8 DoH leaks memory after followlocation
+
+ https://github.com/curl/curl/issues/4592
12. LDAP and OpenLDAP