diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-11-13 17:29:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-11-13 17:29:07 +0000 |
commit | 381ccaa3916eb6b71a9c45065de52dda70d755a7 (patch) | |
tree | a4d50acff5ad3b2778a3c98624b78c389ba78adc /CHANGES | |
parent | 3204494883f6097b73e086d414fda244f1a7b587 (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 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |