- 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.
This commit is contained in:
Daniel Stenberg
2009-11-20 19:32:49 +00:00
parent c3266a5eb1
commit 504e6d7ae6
3 changed files with 10 additions and 3 deletions

View File

@@ -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: