mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
NULL argument crashes this in 7.7.1 and before
This commit is contained in:
parent
53e3c225ee
commit
b054fbaebd
@ -2,7 +2,7 @@
|
|||||||
.\" nroff -man [file]
|
.\" nroff -man [file]
|
||||||
.\" Written by daniel@haxx.se
|
.\" 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
|
.SH NAME
|
||||||
curl_formfree - free a previously build multipart/formdata HTTP POST chain
|
curl_formfree - free a previously build multipart/formdata HTTP POST chain
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@ -19,5 +19,7 @@ None
|
|||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR curl_formparse "(3) "
|
.BR curl_formparse "(3) "
|
||||||
.SH BUGS
|
.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.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user