aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-07-31 01:12:06 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-07-31 01:12:06 +0000
commitd69a6309891e7aaf81f680d7e9e8dacfee7c60e3 (patch)
treeef3f40d64444a864f0543d53c7ee5cbc684be4dc /CHANGES
parent987b67bd2e827248958a7a6dd6cc3ad0fb484d5c (diff)
Fixed a couple of buffer overflows in the MS-DOS port of the curl tool.
Factored out unslashquote. Added some 'const's in function parameters.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 55f6a3d92..2f3e8c515 100644
--- a/CHANGES
+++ b/CHANGES
@@ -27,6 +27,8 @@ Daniel Fandrich (30 Jul 2008)
during redirects. Test cases 1052 and 1055 show problems (maybe the same
root cause as 1051) and are disabled.
+- Fixed a couple of buffer overflows in the MS-DOS port of the curl tool.
+
Daniel Fandrich (29 Jul 2008)
- Fixed --use-ascii to properly convert text files on Symbian OS, MS-DOS
and OS/2.