[hwasan] fix colored output

llvm-svn: 341440
This commit is contained in:
Kostya Serebryany 2018-09-05 01:27:48 +00:00
parent f208f6311b
commit c12cc9b85c
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ void PrintAddressDescription(uptr tagged_addr, uptr access_size) {
Printf("%s", d.Location());
Printf("Address %p is located in stack of thread T%zd\n", untagged_addr,
t->unique_id());
Printf("%s", d.Default());
t->Announce();
num_descriptions_printed++;