aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-11-20 19:32:49 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-11-20 19:32:49 +0000
commit504e6d7ae67a0aa72078fbeab208bf43c81b1f20 (patch)
treeeb076118c28527b5b9ab7d9390e6ad8faa3e0093 /RELEASE-NOTES
parentc3266a5eb1340f5d7e467ced428a32b68b57a8f7 (diff)
- Constantine Sapuntzakis identified a write after close, as the sockets were
closed by libcurl before the SSL lib were shutdown and they may write to its socket. Detected to at least happen with OpenSSL builds.
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 cae130cd3..64e84e687 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -24,6 +24,7 @@ This release includes the following bugfixes:
o don't store LDFLAGS in pkg-config file
o never-pruned DNS cached entries
o HTTP proxy tunnel re-used connection even if tunnel got disabled
+ o SSL lib post-close write
This release includes the following known bugs: