Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
compiler-rt/trunk/
-
trunk/
-
lib/asan/
-
asan/
-
asan_descriptions.cc
-
test/asan/TestCases/
-
asan/
-
TestCases/
-
global-address.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D24773
[asan] Fix GlobalAddressDescription::Print()
Closed
Public
Authored by
filcab
on Sep 20 2016, 11:03 AM.
Download Raw Diff
Details
Reviewers
kcc
vitalybuka
eugenis
Commits
rG08c1eb9b6354: [asan] Fix GlobalAddressDescription::Print()
rCRT282012: [asan] Fix GlobalAddressDescription::Print()
rL282012: [asan] Fix GlobalAddressDescription::Print()
Summary
Check bug_type for nullptr before calling internal_strcmp
Diff Detail
Repository
rL LLVM
Event Timeline
filcab
updated this revision to
Diff 71956
.
Sep 20 2016, 11:03 AM
filcab
retitled this revision from
to
[asan] Fix GlobalAddressDescription::Print()
.
filcab
updated this object.
filcab
added reviewers:
kcc
,
vitalybuka
,
eugenis
.
filcab
added a subscriber:
llvm-commits
.
Herald
added a subscriber:
kubamracek
.
·
View Herald Transcript
Sep 20 2016, 11:03 AM
filcab
updated this revision to
Diff 71958
.
Sep 20 2016, 11:25 AM
Comment Actions
Pipe stderr too.
vitalybuka
accepted this revision.
Sep 20 2016, 11:47 AM
vitalybuka
edited edge metadata.
This revision is now accepted and ready to land.
Sep 20 2016, 11:47 AM
Closed by commit
rL282012: [asan] Fix GlobalAddressDescription::Print()
(authored by
filcab
).
·
Explain Why
Sep 20 2016, 1:42 PM
This revision was automatically updated to reflect the committed changes.