Make sure we don't print the error report from -fsanitize=function
twice for the same source location, as we do in another UBSan handlers.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D7524
[UBSan] Add report deduplication for -fsanitize=function. ClosedPublic Authored by samsonov on Feb 9 2015, 6:34 PM.
Details Summary Make sure we don't print the error report from -fsanitize=function
Diff Detail Event Timelinesamsonov updated this object. This revision is now accepted and ready to land.Feb 10 2015, 12:11 PM Closed by commit rL228772: [UBSan] Add report deduplication for -fsanitize=function. (authored by samsonov). · Explain WhyFeb 10 2015, 4:07 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 19700 lib/ubsan/ubsan_handlers.cc
test/ubsan/TestCases/TypeCheck/Function/function.cpp
|
Do we want a NOSYM-NOT here as well?