aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-03-18 22:59:04 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-03-18 22:59:04 +0000
commite9a460411fcbf28c9e8b4e6afba4a7d1efa8bde2 (patch)
treeca5c89dab66cd25e44a00d469573cf86e925c34e /CHANGES
parenta57098ea9b6148b900300b6dd385a3a7533bd656 (diff)
Fixed an infinite loop when given an invalid SFTP quote command.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index adf5958b9..dd0ed6fa4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,7 +8,7 @@
Daniel Fandrich (18 Mar 2008)
- Added test 626 to reproduce an infinite loop when given an invalid
- SFTP quote command reported by Vincent Le Normand, but left it disabled.
+ SFTP quote command reported by Vincent Le Normand, and fixed it.
Michal Marek (18 Mar 2008)
- Added curl_easy_getinfo typechecker.