aboutsummaryrefslogtreecommitdiff
path: root/tests/data/Makefile.am
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-08-12 20:07:52 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-08-12 20:07:52 +0000
commit7eab7fa3534c9ba82b45752e3726a7f1a4645e0d (patch)
treeeb776cd74a66ddbfcd8eb70987ec07cbeb0f1797 /tests/data/Makefile.am
parent58f7c82d520e64f2543a23266b8a80399d5592ee (diff)
Fixed a buffer overflow problem in Curl_proxyCONNECT that could occur
when a server responded with long headers and data. Luckily, the buffer overflowed into another unused buffer, so no actual harm was done. Added test cases 1060 and 1061 to verify.
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 f5c48a260..a39fc13eb 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 test1062
+ test1056 test1057 test1058 test1059 test1060 test1061 test1062
filecheck:
@mkdir test-place; \