test1605: verify negative input lengths to (un)escape functions

This commit is contained in:
Daniel Stenberg 2016-09-13 23:01:22 +02:00
parent 01cf1308ee
commit 8dcc074f36
4 changed files with 78 additions and 2 deletions

View file

@ -158,7 +158,7 @@ test1520 \
\
test1525 test1526 test1527 test1528 test1529 test1530 test1531 \
\
test1600 test1601 test1602 test1603 test1604 \
test1600 test1601 test1602 test1603 test1604 test1605 \
\
test1700 test1701 test1702 \
\

25
tests/data/test1605 Normal file
View file

@ -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>