We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fdc562 + 38152bd commit e3f90d6Copy full SHA for e3f90d6
src/taint-analysis/taint_trace_recogniser.cpp
@@ -533,7 +533,7 @@ void taint_algorithm_recognising_error_tracest::taint_recognise_error_traces(
533
if (source_function_name!=sink_function_name)
534
{
535
std::unordered_set<irep_idt, dstring_hash> call_roots;
536
- find_leaves_bellow_function(
+ find_leaves_below_function(
537
program.get_inverted_call_graph(),
538
source_function_name,
539
call_roots);
0 commit comments