diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-09-13 23:01:22 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-09-14 07:49:43 +0200 |
commit | 8dcc074f365ada380a999746b49729a02db756b8 (patch) | |
tree | c0bde4b67f608306569f287abda1287208e37508 /tests/data/test1605 | |
parent | 01cf1308ee2e792c77bb1d2c9218c56a30fd40ae (diff) |
test1605: verify negative input lengths to (un)escape functions
Diffstat (limited to 'tests/data/test1605')
-rw-r--r-- | tests/data/test1605 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/data/test1605 b/tests/data/test1605 new file mode 100644 index 000000000..09ef66942 --- /dev/null +++ b/tests/data/test1605 @@ -0,0 +1,25 @@ +<testcase> +<info> +<keywords> +unittest +</keywords> +</info> + +# +# Client-side +<client> +<server> +none +</server> +<features> +unittest +</features> + <name> +Test negative data lengths as input to libcurl functions + </name> +<tool> +unit1605 +</tool> +</client> + +</testcase> |