mirror of
https://github.com/elicpeter/nyx.git
synced 2026-07-18 21:21:03 +02:00
fix(engine): CFG/SSA/taint/IPA soundness, precision & recall fixes
This commit is contained in:
parent
59e4359257
commit
246f32a419
39 changed files with 4729 additions and 465 deletions
|
|
@ -1650,6 +1650,7 @@ mod fanout_merge_tests {
|
|||
sink_caps: Cap::empty(),
|
||||
param_to_sink: vec![],
|
||||
param_to_sink_sites: vec![],
|
||||
param_to_return_strip: vec![],
|
||||
propagates_taint: false,
|
||||
propagating_params: vec![],
|
||||
param_container_to_return: vec![],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue