From 77ba147e762b4a0db33d712a5d6a8eeeb50011f4 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 24 Aug 2010 16:45:31 -0700 Subject: Fixed a NULL pointer dereference in form posting It was introduced in commit eeb2cb05 along with the -F type= change. Also fixed a typo in the name of the magic filename= parameter. Tweaked tests 39 and 173 to better test this path. --- tests/data/test39 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test39') diff --git a/tests/data/test39 b/tests/data/test39 index 95df74b42..2c8da3364 100644 --- a/tests/data/test39 +++ b/tests/data/test39 @@ -26,7 +26,7 @@ http HTTP RFC1867-type formposting with filename= and type= -http://%HOSTIP:%HTTPPORT/we/want/39 -F name=daniel -F tool=curl --form-string "str1=@literal" --form-string "str2= # We create this file before the command is invoked! -- cgit v1.2.3