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

Issue 10392109: Write to NULL will trigger a Clang compile warning and the compiler may (Closed)

Created:
8 years, 7 months ago by kaiwang
Modified:
8 years, 7 months ago
Reviewers:
hans
CC:
chromium-reviews
Visibility:
Public.

Description

Write to NULL will trigger a Clang compile warning and the compiler may optimize and turn it into a non-op. int* -> volatile int* to fix this. BUG=127724 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137251

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M third_party/tcmalloc/chromium/src/base/abort.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
kaiwang
8 years, 7 months ago (2012-05-15 18:08:50 UTC) #1
hans
LGTM Thanks for fixing!
8 years, 7 months ago (2012-05-15 18:17:31 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kaiwang@chromium.org/10392109/1
8 years, 7 months ago (2012-05-15 18:41:28 UTC) #3
commit-bot: I haz the power
8 years, 7 months ago (2012-05-15 21:32:17 UTC) #4
Change committed as 137251

Powered by Google App Engine
This is Rietveld 408576698