We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dfeb70 commit c008fdeCopy full SHA for c008fde
ext/curl/tests/bug68937.phpt
@@ -3,6 +3,7 @@ Bug # #68937 (Segfault in curl_multi_exec)
3
--SKIPIF--
4
<?php
5
include 'skipif.inc';
6
+if (getenv('SKIP_ASAN')) die('skip some curl versions leak on longjmp');
7
?>
8
--FILE--
9
ext/curl/tests/bug68937_2.phpt
0 commit comments