[all-commits] [llvm/llvm-project] 0dc634: hwasan_symbolize: warn about missing symbols at mo...
Evgenii Stepanov via All-commits
all-commits at lists.llvm.org
Mon Feb 3 18:24:47 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0dc634babf9eff587ea9b4cf5b847749f6225dee
https://github.com/llvm/llvm-project/commit/0dc634babf9eff587ea9b4cf5b847749f6225dee
Author: Evgenii Stepanov <eugenis at google.com>
Date: 2020-02-03 (Mon, 03 Feb 2020)
Changed paths:
M compiler-rt/lib/hwasan/scripts/hwasan_symbolize
Log Message:
-----------
hwasan_symbolize: warn about missing symbols at most once per library
Reviewers: vitalybuka
Subscribers: #sanitizers, llvm-commits
Tags: #sanitizers, #llvm
Differential Revision: https://reviews.llvm.org/D73822
Commit: 6da6153759a1cb77a65084d86de813bd9134c2a1
https://github.com/llvm/llvm-project/commit/6da6153759a1cb77a65084d86de813bd9134c2a1
Author: Evgenii Stepanov <eugenis at google.com>
Date: 2020-02-03 (Mon, 03 Feb 2020)
Changed paths:
M compiler-rt/lib/hwasan/scripts/hwasan_symbolize
Log Message:
-----------
hwasan_symbolize: allow 0x in the address field
Summary:
Fix parsing of mangled stack trace lines where the address has been
replaced with "0x", literally.
Reviewers: vitalybuka
Subscribers: #sanitizers, llvm-commits
Tags: #sanitizers, #llvm
Differential Revision: https://reviews.llvm.org/D73823
Compare: https://github.com/llvm/llvm-project/compare/5327b917e3bd...6da6153759a1
More information about the All-commits
mailing list