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 5879cf2 commit d3e2058Copy full SHA for d3e2058
src/goto-analyzer/taint_analysis.cpp
@@ -356,7 +356,7 @@ bool taint_analysist::operator()(
356
if(!custom_bitvector_domaint::has_get_must_or_may(i_it->guard))
357
continue;
358
359
- if(custom_bitvector_analysis[i_it].is_bottom) continue;
+ if(custom_bitvector_analysis[i_it].has_values.is_false()) continue;
360
361
exprt result=custom_bitvector_analysis.eval(i_it->guard, i_it);
362
exprt result2=simplify_expr(result, ns);
0 commit comments