curl: -O crash on windows

The -O option caused curl to crash on windows and DOS due to the
tool writing out of boundary memory.
This commit is contained in:
Daniel Stenberg
2010-04-21 23:20:18 +02:00
parent 81512cc02b
commit 71be565cf4
3 changed files with 7 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ This release includes the following bugfixes:
o GnuTLS: SSL handshake phase is non-blocking
o -J/--remote-header-name strips CRLF
o MSVC makefiles now use ws2_32.lib instead of wsock32.lib
o -O crash on windows
This release includes the following known bugs: