]> granicus.if.org Git - php/commit
Fixed bug #62839
authorPierrick Charron <pierrick@php.net>
Thu, 16 Aug 2012 18:48:44 +0000 (14:48 -0400)
committerPierrick Charron <pierrick@php.net>
Thu, 16 Aug 2012 18:48:44 +0000 (14:48 -0400)
commit9cf0139460c7531ebe8fdd523ba6cf7067a7f282
treea2f4629f2f0aa4ca842af853ac6e4c7ad2729d1c
parent8649e4236b12ce9b90356a5804be96bd1f67bcd6
Fixed bug #62839

curl_copy_handle segfault with CURLOPT_FILE. The refcount was incremented
before the assignement.
NEWS
ext/curl/interface.c
ext/curl/tests/bug62839.phpt [new file with mode: 0644]