diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-02-26 22:55:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-02-26 22:55:30 +0000 |
commit | 03a57308b91911cdd91060b237715f0c5fe716da (patch) | |
tree | adf4f819e4d8ead225c05b9831d93045f39c6ae5 /CHANGES | |
parent | 507d58435a518e23477c6cd6f655c122bde8b4ac (diff) | |
download | curl-03a57308b91911cdd91060b237715f0c5fe716da.tar.gz |
- Pat Ray in bug #2958474 pointed out an off-by-one case when receiving a
chunked-encoding trailer.
http://curl.haxx.se/bug/view.cgi?id=2958474
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel Stenberg (26 Feb 2010) +- Pat Ray in bug #2958474 pointed out an off-by-one case when receiving a + chunked-encoding trailer. + + http://curl.haxx.se/bug/view.cgi?id=2958474 + Daniel Fandrich (25 Feb 2010) - Fixed a couple of out of memory leaks and a segfault in the SMTP & IMAP code. |