summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-04-21 23:20:18 +0200
committerDaniel Stenberg <daniel@haxx.se>2010-04-21 23:20:18 +0200
commit71be565cf48f17b21eebbcde1ddba27c6e06d4c5 (patch)
tree005a3a534fa12ae8a7cc6b8955d7809df38c6bde /CHANGES
parent81512cc02b92c2d6deaf9461617c89d49f44310f (diff)
downloadcurl-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--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 64e8ad64d..0184671ee 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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