diff options
author | Kamil Dudka <kdudka@redhat.com> | 2014-07-02 17:37:43 +0200 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2014-07-02 17:59:03 +0200 |
commit | 7c21558503cbb10595c345acc7820cb9dc8741d6 (patch) | |
tree | d202777cc2d1190ffc4f71595b28a39caec0bebb /RELEASE-NOTES | |
parent | 46a886cd4880a2b4ab45c856b4695eaf3328431f (diff) |
nss: do not abort on connection failure
... due to calling SSL_VersionRangeGet() with NULL file descriptor
reported-by: upstream tests 305 and 404
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 782c9cfb2..cb481a215 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -34,6 +34,7 @@ This release includes the following bugfixes: o winbuild: Don't USE_WINSSL when WITH_SSL is being used o getinfo: HTTP CONNECT code not reset between transfers [8] o Curl_rand: Use a fake entropy for debug builds when CURL_ENTROPY set + o nss: do not abort on connection failure (failing tests 305 and 404) o This release includes the following known bugs: |