]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: DoH leaks memory after followlocation
authorDaniel Stenberg <daniel@haxx.se>
Sat, 28 Mar 2020 22:06:39 +0000 (23:06 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 28 Mar 2020 22:08:41 +0000 (23:08 +0100)
Closes #4592

docs/KNOWN_BUGS

index 8df986c84b815ea8131a72b43aff8f0fb819da33..1bd0c92c3631cc2537f0d20a0c85c7f4e8b3fd34 100644 (file)
@@ -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