aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-04-06 05:57:23 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-04-06 05:57:23 +0000
commitb054fbaebd19f5c7007a8d33d8e489ad342230a7 (patch)
tree95b31235fa52457bbf3441eb477eab1a5e78cb98 /docs
parent53e3c225ee6db5da29050568f5173a77d060efde (diff)
NULL argument crashes this in 7.7.1 and before
Diffstat (limited to 'docs')
-rw-r--r--docs/curl_formfree.36
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/curl_formfree.3 b/docs/curl_formfree.3
index cf3419565..26298de44 100644
--- a/docs/curl_formfree.3
+++ b/docs/curl_formfree.3
@@ -2,7 +2,7 @@
.\" nroff -man [file]
.\" Written by daniel@haxx.se
.\"
-.TH curl_formfree 3 "5 March 2001" "libcurl 7.5" "libcurl Manual"
+.TH curl_formfree 3 "6 April 2001" "libcurl 7.7.1" "libcurl Manual"
.SH NAME
curl_formfree - free a previously build multipart/formdata HTTP POST chain
.SH SYNOPSIS
@@ -19,5 +19,7 @@ None
.SH "SEE ALSO"
.BR curl_formparse "(3) "
.SH BUGS
-Surely there are some, you tell me!
+libcurl 7.7.1 and earlier versions does not allow a NULL pointer to be used as
+argument.
+