From 91c46dc44e92e77582a58e67533e86d0a7c5162a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 14 Aug 2017 23:33:23 +0200 Subject: test1449: FTP download range with an too large size --- tests/data/test1449 | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 tests/data/test1449 (limited to 'tests/data/test1449') diff --git a/tests/data/test1449 b/tests/data/test1449 new file mode 100644 index 000000000..d30c13c68 --- /dev/null +++ b/tests/data/test1449 @@ -0,0 +1,38 @@ +# initially based on test110 + + + +FTP +PASV +RETR +Resume + + +# Server-side + + + +# Client-side + + +ftp + + +FTP download range with integer overflow + + +ftp://%HOSTIP:%FTPPORT/1449 -r 36893488147419103232- + + + +# Verify data after the test has been "shot" + + +USER anonymous +PASS ftp@example.com +PWD +EPSV +QUIT + + + -- cgit v1.2.1