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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user