aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-03-08 22:56:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-03-08 22:56:55 +0000
commitf4e8c406bbb279eb8d96576475c808c2c769c687 (patch)
tree888a8570dd5e33a9830a51049e9a1d1a5201899e /RELEASE-NOTES
parent12bfcb501c82f7a0911a8ee92b5e8143225ce207 (diff)
- 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.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index f0fbefacd..3dbc5bece 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -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: