Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(382)

Issue 6493086: ASan: Continue after error -- compiler-rt

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 8 months ago by reidw
Modified:
11 years, 8 months ago
Reviewers:
kcc1
Base URL:
http://llvm.org/svn/llvm-project/compiler-rt/trunk/
Visibility:
Public.

Description

Continue after an error in AddressSanitizer -- compiler-rt half.

Patch Set 1 : Keep going in compiler-rt #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -49 lines) Patch
include/sanitizer/asan_interface.h View 1 chunk +7 lines, -0 lines 0 comments Download
lib/asan/asan_report.cc View 2 chunks +54 lines, -49 lines 1 comment Download
lib/asan/asan_rtl.cc View 1 chunk +19 lines, -0 lines 0 comments Download
lib/asan/lit_tests/interface_symbols.c View 1 chunk +10 lines, -0 lines 0 comments Download
lib/asan/lit_tests/multiple-errors.cc View 1 chunk +19 lines, -0 lines 0 comments Download

Messages

Total messages: 1
kcc1
11 years, 8 months ago (2012-09-06 13:30:01 UTC) #1
https://codereview.appspot.com/6493086/diff/3006/lib/asan/asan_report.cc
File lib/asan/asan_report.cc (right):

https://codereview.appspot.com/6493086/diff/3006/lib/asan/asan_report.cc#newc...
lib/asan/asan_report.cc:426: Printf("========================== ERROR
==========================\n");
don't we need a lock here to avoid mixup of warnings from different threads?
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b