Searched refs:error_type_str (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/core/debuggerd/libdebuggerd/ |
H A D | scudo.cpp | 150 const char *error_type_str; in DumpReport() local 153 error_type_str = "Use After Free"; in DumpReport() 156 error_type_str = "Buffer Overflow"; in DumpReport() 159 error_type_str = "Buffer Underflow"; in DumpReport() 162 error_type_str = "Unknown"; in DumpReport() 190 error_type_str, diff, byte_suffix, location_str, report->allocation_size, in DumpReport()
|
H A D | tombstone_proto.cpp | 135 const char *error_type_str; in set_human_readable_cause() local 138 error_type_str = "Use After Free"; in set_human_readable_cause() 141 error_type_str = "Double Free"; in set_human_readable_cause() 144 error_type_str = "Invalid (Wild) Free"; in set_human_readable_cause() 147 error_type_str = "Buffer Overflow"; in set_human_readable_cause() 150 error_type_str = "Buffer Underflow"; in set_human_readable_cause() 183 error_type_str, diff, byte_suffix, location_str, heap_object.size(), heap_object.address())); in set_human_readable_cause()
|