diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-07-31 01:12:06 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-07-31 01:12:06 +0000 |
commit | d69a6309891e7aaf81f680d7e9e8dacfee7c60e3 (patch) | |
tree | ef3f40d64444a864f0543d53c7ee5cbc684be4dc /CHANGES | |
parent | 987b67bd2e827248958a7a6dd6cc3ad0fb484d5c (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-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |