You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when testing this PR uperl/Net-Swirl-CurlEasy#56 I noticed passing a file pointer opened with FFI::C::File->tmpfile into $curl->setopt(stderr => $fp) caused a segfault. Valgrind suggested it was the file pointer that was the problem.
It's possible this is with curl?
The text was updated successfully, but these errors were encountered:
when testing this PR uperl/Net-Swirl-CurlEasy#56 I noticed passing a file pointer opened with
FFI::C::File->tmpfile
into$curl->setopt(stderr => $fp)
caused a segfault. Valgrind suggested it was the file pointer that was the problem.It's possible this is with curl?
The text was updated successfully, but these errors were encountered: