aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-11-13 17:29:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-11-13 17:29:07 +0000
commit381ccaa3916eb6b71a9c45065de52dda70d755a7 (patch)
treea4d50acff5ad3b2778a3c98624b78c389ba78adc /RELEASE-NOTES
parent3204494883f6097b73e086d414fda244f1a7b587 (diff)
Ron in bug #1595348 (http://curl.haxx.se/bug/view.cgi?id=1595348) pointed
out a stack overwrite (and the corresponding fix) on 64bit Windows when dealing with HTTP chunked encoding.
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 b029c375f..21f62ee2f 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -22,6 +22,7 @@ This release includes the following bugfixes:
crash
o SIGSEGV when disconnecting on a transfer on a re-used handle when the
host name didn't resolve
+ o stack overwrite on 64bit Windows in the chunked decoding department
Other curl-related news: