KNOWN_BUGS: Heimdal memory leaks

Closes #14446
Closes #14604
This commit is contained in:
Daniel Stenberg 2024-08-19 16:39:44 +02:00
parent 145f87b9e8
commit ca88235102
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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.5 NTLM does not support password with § character
6.6 libcurl can fail to try alternatives with --proxy-any 6.6 libcurl can fail to try alternatives with --proxy-any
6.7 Do not clear digest for single realm 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.9 SHA-256 digest not supported in Windows SSPI builds
6.10 curl never completes Negotiate over HTTP 6.10 curl never completes Negotiate over HTTP
6.11 Negotiate on Windows fails 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 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 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 Windows builds of curl that have SSPI enabled use the native Windows API calls