Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Issue 2067403002: Instrumented load and store with dummy calls to __asan_check(). (Closed)

Created:
4 years, 6 months ago by tlively
Modified:
4 years, 6 months ago
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Instrumented load and store with dummy calls to __asan_check(). BUG=https://bugs.chromium.org/p/nativeclient/issues/detail?id=4374 R=kschimpf@google.com Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=bdb912f4fccc8f8710d219277fee342a897427c8

Patch Set 1 #

Patch Set 2 : Implemented passing access size to the runtime and improved tests. #

Total comments: 9

Patch Set 3 : Improved tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+233 lines, -4 lines) Patch
M runtime/szrt_asan.c View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/IceASanInstrumentation.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/IceASanInstrumentation.cpp View 1 2 chunks +33 lines, -1 line 0 comments Download
M src/IceCompileServer.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
A tests_lit/asan_tests/instrumentload.ll View 1 2 1 chunk +108 lines, -0 lines 0 comments Download
A tests_lit/asan_tests/instrumentstore.ll View 1 2 1 chunk +79 lines, -0 lines 0 comments Download
M tests_lit/asan_tests/startinitcall.ll View 1 2 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
tlively
4 years, 6 months ago (2016-06-15 23:08:41 UTC) #2
tlively
4 years, 6 months ago (2016-06-16 03:48:33 UTC) #3
Jim Stichnoth
https://codereview.chromium.org/2067403002/diff/20001/tests_lit/asan_tests/instrumentload.ll File tests_lit/asan_tests/instrumentload.ll (right): https://codereview.chromium.org/2067403002/diff/20001/tests_lit/asan_tests/instrumentload.ll#newcode1 tests_lit/asan_tests/instrumentload.ll:1: ; Test for a call to __asan_check() preceeding loads ...
4 years, 6 months ago (2016-06-16 03:58:51 UTC) #4
tlively
https://codereview.chromium.org/2067403002/diff/20001/tests_lit/asan_tests/instrumentload.ll File tests_lit/asan_tests/instrumentload.ll (right): https://codereview.chromium.org/2067403002/diff/20001/tests_lit/asan_tests/instrumentload.ll#newcode1 tests_lit/asan_tests/instrumentload.ll:1: ; Test for a call to __asan_check() preceeding loads ...
4 years, 6 months ago (2016-06-16 17:35:55 UTC) #5
Karl
lgtm
4 years, 6 months ago (2016-06-16 17:38:14 UTC) #6
tlively
4 years, 6 months ago (2016-06-16 18:03:20 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
bdb912f4fccc8f8710d219277fee342a897427c8 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698