aboutsummaryrefslogtreecommitdiff
path: root/tests/data/Makefile.am
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-08-11 23:16:08 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-08-11 23:16:08 +0000
commitf1fe04245ac04b72d1380b6a75a46dcb335fd7ab (patch)
treea2db8de675ddc3d287757f690d7d63abf61ef3a5 /tests/data/Makefile.am
parent8bb208e8f8d33a6cc0f670af1dcedc79764b83a1 (diff)
Fixed a boundary condition error in ftp_readresp() whereby a non-terminal
line of a multiline FTP response whose last byte landed exactly at the end of the BUFSIZE-length buffer would be treated as the terminal response line. The following response code read in would then actually be the end of the previous response line, and all responses from then on would correspond to the wrong command. Test case 1062 verifies this. Stop closing a never-opened ftp socket.
Diffstat (limited to 'tests/data/Makefile.am')
-rw-r--r--tests/data/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am
index 9a44698ab..f5c48a260 100644
--- a/tests/data/Makefile.am
+++ b/tests/data/Makefile.am
@@ -55,7 +55,7 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \
test1033 test539 test1034 test1035 test1036 test1037 test1038 test1039 \
test1040 test1041 test1042 test1043 test1044 test1045 test1046 test1047 \
test1048 test1049 test1050 test1051 test1052 test1053 test1054 test1055 \
- test1056 test1057 test1058 test1059
+ test1056 test1057 test1058 test1059 test1062
filecheck:
@mkdir test-place; \