]> granicus.if.org Git - php/commit
Fix a crash bug in CURLOPT_POSTFIELDS by using curl_formadd instead of
authorSterling Hughes <sterling@php.net>
Tue, 20 Nov 2001 11:29:54 +0000 (11:29 +0000)
committerSterling Hughes <sterling@php.net>
Tue, 20 Nov 2001 11:29:54 +0000 (11:29 +0000)
commite7aa85c0117e3cbeba8e21ba31a849ecc6b2c4ae
tree93e7d02d901f436e963195a5a4390b3f6c355e23
parent9a17664431c4c1ab76f1cf40916a8c543e38b99e
Fix a crash bug in CURLOPT_POSTFIELDS by using curl_formadd instead of
curl_formparse

Fix a crash bug when CURLOPT_INFILE is not properly specified.
ext/curl/curl.c