Skip to content

Commit e3f90d6

Browse files
authored
Merge pull request diffblue#28 from diffblue/cleanup/upstream_linting
Adapt to linting of upstream
2 parents 0fdc562 + 38152bd commit e3f90d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/taint-analysis/taint_trace_recogniser.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ void taint_algorithm_recognising_error_tracest::taint_recognise_error_traces(
533533
if (source_function_name!=sink_function_name)
534534
{
535535
std::unordered_set<irep_idt, dstring_hash> call_roots;
536-
find_leaves_bellow_function(
536+
find_leaves_below_function(
537537
program.get_inverted_call_graph(),
538538
source_function_name,
539539
call_roots);

0 commit comments

Comments
 (0)