From ca88235102e7ba930ec5420539f2f193ce452c31 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 19 Aug 2024 16:39:44 +0200 Subject: [PATCH] KNOWN_BUGS: Heimdal memory leaks Closes #14446 Closes #14604 --- docs/KNOWN_BUGS | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.47.3