diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-03-08 22:52:05 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-03-08 22:52:05 +0000 |
commit | 12bfcb501c82f7a0911a8ee92b5e8143225ce207 (patch) | |
tree | 77190cdb18cb6e1db036e45c0c71e627314e97a2 /CHANGES | |
parent | 0fc1782dd45e7ae17313bfebd7a521f3e30cde60 (diff) |
- 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
other values indicate error conditions.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,6 +7,11 @@ Changelog Daniel Stenberg (8 Mar 2009) +- 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 + other values indicate error conditions. + - Bill Egert pointed out (http://curl.haxx.se/bug/view.cgi?id=2671602) that curl didn't use sprintf() in a way that is documented to work in POSIX but since we use our own printf() code (from libcurl) that shouldn't be a |