Home
last modified time | relevance | path

Searched refs:read_after_free_bonus (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/asan/
Dasan_errors.cpp419 int read_after_free_bonus = 0; in ErrorGeneric() local
430 if (!is_write) read_after_free_bonus = 18; in ErrorGeneric()
450 if (!is_write) read_after_free_bonus = 18; in ErrorGeneric()
480 scariness.Scare(bug_type_score + read_after_free_bonus, bug_descr); in ErrorGeneric()
/external/compiler-rt/lib/asan/
Dasan_report.cc1102 int read_after_free_bonus = 0; in ReportGenericError() local
1114 if (!is_write) read_after_free_bonus = 18; in ReportGenericError()
1135 if (!is_write) read_after_free_bonus = 18; in ReportGenericError()
1165 SS.Scare(bug_type_score + read_after_free_bonus, bug_descr); in ReportGenericError()