1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 21:22:13 +02:00

Fixed false pasitive ASAN NULL pointer dereference warning

This commit is contained in:
Dmitry Stogov
2020-11-17 16:23:30 +03:00
parent f4a600be04
commit 1523733bc4

View File

@@ -448,7 +448,7 @@ static void *dasm_link_and_encode(dasm_State **dasm_state,
name,
(op_array && op_array->filename) ? ZSTR_VAL(op_array->filename) : NULL,
op_array,
&ssa->cfg,
ssa ? &ssa->cfg : NULL,
entry,
size);
}