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.
This commit is contained in:
5
CHANGES
5
CHANGES
@@ -6,6 +6,11 @@
|
|||||||
|
|
||||||
Changelog
|
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)
|
Daniel (9 November 2006)
|
||||||
- Nir Soffer updated libcurl.framework.make:
|
- Nir Soffer updated libcurl.framework.make:
|
||||||
o fix symlinks, should link to Versions, not to ./Versions
|
o fix symlinks, should link to Versions, not to ./Versions
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ This release includes the following bugfixes:
|
|||||||
crash
|
crash
|
||||||
o SIGSEGV when disconnecting on a transfer on a re-used handle when the
|
o SIGSEGV when disconnecting on a transfer on a re-used handle when the
|
||||||
host name didn't resolve
|
host name didn't resolve
|
||||||
|
o stack overwrite on 64bit Windows in the chunked decoding department
|
||||||
|
|
||||||
Other curl-related news:
|
Other curl-related news:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user