[PATCH] D27012: [asan] Provide bug descriptions for all reports (not just ErrorGeneric)
Kuba Brecka via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 23 11:45:13 PST 2016
kubabrecka updated this revision to Diff 79133.
kubabrecka added a comment.
> Isn't this somewhat redundant with the buffer in ScarinessScoreBase?
> Maybe converting all the scattered bug_descr to use the scariness score would be better?
Makes sense. Updating the patch to use the description from scariness.
https://reviews.llvm.org/D27012
Files:
lib/asan/asan_errors.cc
lib/asan/asan_errors.h
lib/asan/asan_report.cc
test/asan/TestCases/debug_double_free.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27012.79133.patch
Type: text/x-patch
Size: 10715 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161123/f3fa32ff/attachment-0001.bin>
More information about the llvm-commits
mailing list