From: Daniel Stenberg Date: Mon, 19 Aug 2024 14:39:44 +0000 (+0200) Subject: KNOWN_BUGS: Heimdal memory leaks X-Git-Tag: curl-8_10_0~200 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca88235102e7ba930ec5420539f2f193ce452c31;p=thirdparty%2Fcurl.git KNOWN_BUGS: Heimdal memory leaks Closes #14446 Closes #14604 --- diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index fce0f0ec9c..1f8adff826 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -55,6 +55,7 @@ problems may have been fixed or changed somewhat since this was written. 6.5 NTLM does not support password with § character 6.6 libcurl can fail to try alternatives with --proxy-any 6.7 Do not clear digest for single realm + 6.8 Heimdal memory leaks 6.9 SHA-256 digest not supported in Windows SSPI builds 6.10 curl never completes Negotiate over HTTP 6.11 Negotiate on Windows fails @@ -367,6 +368,13 @@ problems may have been fixed or changed somewhat since this was written. https://github.com/curl/curl/issues/3267 +6.8 Heimdal memory leaks + + Running test 2077 and 2078 with curl built to do GSS with Heimdal causes + valgrind errors (memory leak). + + https://github.com/curl/curl/issues/14446 + 6.9 SHA-256 digest not supported in Windows SSPI builds Windows builds of curl that have SSPI enabled use the native Windows API calls