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

Issue 208743004: ASan support for the Zone (Closed)

Created:
6 years, 9 months ago by Jakob Kummerow
Modified:
6 years, 9 months ago
Reviewers:
kcc1, Jarin
CC:
v8-dev, kcc2
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : fix indentation #

Total comments: 4

Patch Set 3 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -6 lines) Patch
M Makefile View 1 chunk +10 lines, -1 line 0 comments Download
M build/standalone.gypi View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M src/zone.h View 1 chunk +6 lines, -1 line 0 comments Download
M src/zone.cc View 1 2 3 chunks +6 lines, -0 lines 0 comments Download
M src/zone-inl.h View 1 2 4 chunks +26 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Jakob Kummerow
Jaro: please take a look. Kostya: FYI. Any comments?
6 years, 9 months ago (2014-03-25 18:48:00 UTC) #1
Jarin
lgtm. Great stuff. https://codereview.chromium.org/208743004/diff/20001/build/standalone.gypi File build/standalone.gypi (right): https://codereview.chromium.org/208743004/diff/20001/build/standalone.gypi#newcode187 build/standalone.gypi:187: 'defines': [ 'ADDRESS_SANITIZER' ], Perhaps we ...
6 years, 9 months ago (2014-03-25 20:50:48 UTC) #2
kcc1
LGTM https://codereview.chromium.org/208743004/diff/20001/src/zone-inl.h File src/zone-inl.h (right): https://codereview.chromium.org/208743004/diff/20001/src/zone-inl.h#newcode34 src/zone-inl.h:34: #include <sanitizer/asan_interface.h> A style nit. I would do ...
6 years, 9 months ago (2014-03-26 06:43:40 UTC) #3
Jakob Kummerow
Thanks for the review, landing. https://codereview.chromium.org/208743004/diff/20001/build/standalone.gypi File build/standalone.gypi (right): https://codereview.chromium.org/208743004/diff/20001/build/standalone.gypi#newcode187 build/standalone.gypi:187: 'defines': [ 'ADDRESS_SANITIZER' ], ...
6 years, 9 months ago (2014-03-26 09:59:12 UTC) #4
Jakob Kummerow
6 years, 9 months ago (2014-03-26 10:02:06 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r20266 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698