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.
2 parents 76dae3d + 4d71580 commit 04adeeaCopy full SHA for 04adeea
sapi/phpdbg/tests/gh15210_001.phpt
@@ -1,5 +1,11 @@
1
--TEST--
2
GH-15210 use after free after continue
3
+--SKIPIF--
4
+<?php
5
+if (getenv('SKIP_ASAN')) {
6
+ die("skip intentionally causes segfaults");
7
+}
8
+?>
9
--PHPDBG--
10
b 4
11
r
sapi/phpdbg/tests/gh15210_002.phpt
0 commit comments