diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2009-08-21 07:11:20 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2009-08-21 07:11:20 +0000 |
| commit | 1048043963d5487ed4d70f426a85aff07c2ee5f1 (patch) | |
| tree | 8ce6deeaef16b3558dd1188730a22e9d83408575 /CHANGES | |
| parent | 2c4fcf2ea8d647d209b0c57971bb63091a18856e (diff) | |
- Lots of good work by Krister Johansen, mostly related to pipelining:
Fix SIGSEGV on free'd easy_conn when pipe unexpectedly breaks
Fix data corruption issue with re-connected transfers
Fix use after free if we're completed but easy_conn not NULL
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ Changelog +Daniel Stenberg (21 Aug 2009) +- Lots of good work by Krister Johansen, mostly related to pipelining: + + Fix SIGSEGV on free'd easy_conn when pipe unexpectedly breaks + Fix data corruption issue with re-connected transfers + Fix use after free if we're completed but easy_conn not NULL + Kamil Dudka (13 Aug 2009) - Changed NSS code to not ignore the value of ssl.verifyhost and produce more verbose error messages. Originally reported at: |
