diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-03-08 22:56:55 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-03-08 22:56:55 +0000 |
commit | f4e8c406bbb279eb8d96576475c808c2c769c687 (patch) | |
tree | 888a8570dd5e33a9830a51049e9a1d1a5201899e /CHANGES | |
parent | 12bfcb501c82f7a0911a8ee92b5e8143225ce207 (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 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ Changelog Daniel Stenberg (8 Mar 2009) +- 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. + - Andre Guibert de Bruet fixed the gnutls-using code: There are a few places in the gnutls code where we were checking for negative values for errors, when the man pages state that GNUTLS_E_SUCCESS is returned on success and |