- Andre Guibert de Bruet found and fixed a code segment in ssluse.c where the

allocation of the memory BIO was not being properly checked.
This commit is contained in:
Daniel Stenberg
2009-03-08 22:56:55 +00:00
parent 12bfcb501c
commit f4e8c406bb
3 changed files with 7 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ This release includes the following bugfixes:
o NTLM authentication memory leak on SSPI enabled Windows builds
o fixed the GnuTLS-using code to do correct return code checks
o an alloc-related call in the OpenSSL-using code didn't check the return value
This release includes the following known bugs: