aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
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 /RELEASE-NOTES
parent81512cc02b92c2d6deaf9461617c89d49f44310f (diff)
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 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index d180686d8..3c6b52109 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -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: