diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-04-21 23:20:18 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-04-21 23:20:18 +0200 |
commit | 71be565cf48f17b21eebbcde1ddba27c6e06d4c5 (patch) | |
tree | 005a3a534fa12ae8a7cc6b8955d7809df38c6bde /CHANGES | |
parent | 81512cc02b92c2d6deaf9461617c89d49f44310f (diff) | |
download | curl-71be565cf48f17b21eebbcde1ddba27c6e06d4c5.tar.gz |
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.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ Changelog +Daniel Stenberg (21 Apr 2010) +- The -O option caused curl to crash on windows and DOS due to the tool + writing out of boundary memory. + Yang Tse (20 Apr 2010) - Ruslan Gazizov detected that MSVC makefiles were using wsock32.lib instead of ws2_32.lib, this generated linking issues on MSVC IPv6 enabled builds |