]> granicus.if.org Git - curl/commitdiff
Ron in bug #1595348 (http://curl.haxx.se/bug/view.cgi?id=1595348) pointed
authorDaniel Stenberg <daniel@haxx.se>
Mon, 13 Nov 2006 17:29:07 +0000 (17:29 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 13 Nov 2006 17:29:07 +0000 (17:29 +0000)
out a stack overwrite (and the corresponding fix) on 64bit Windows when
dealing with HTTP chunked encoding.

CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index 52994d7cd14aac04d61ad59f5767e65bc3008a46..7ae125fcffa739fdf791845751247f3061ec0a3e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
 
                                   Changelog
 
+Daniel (13 November 2006)
+- 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.
+
 Daniel (9 November 2006)
 - Nir Soffer updated libcurl.framework.make:
   o fix symlinks, should link to Versions, not to ./Versions
index b029c375fe7d1879539ef58f407245c2e9751fe5..21f62ee2fd189a244fd3f08f2c5c1472aab3122b 100644 (file)
@@ -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: