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

Issue 10984023: Call exit(1) if we mean to crash, rather than *(char*)0 = 0 (Closed)

Created:
8 years, 2 months ago by reed1
Modified:
8 years, 2 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Call exit(1) if we mean to crash, rather than *(char*)0 = 0 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=158877

Patch Set 1 #

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M skia/ext/canvas_paint_win.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
reed1
*(char*)0 = 0; This does not seems to always crash for me. I wonder if ...
8 years, 2 months ago (2012-09-26 14:38:22 UTC) #1
Stephen White
https://codereview.chromium.org/10984023/diff/1002/skia/ext/canvas_paint_win.h File skia/ext/canvas_paint_win.h (right): https://codereview.chromium.org/10984023/diff/1002/skia/ext/canvas_paint_win.h#newcode114 skia/ext/canvas_paint_win.h:114: NOTREACHED(); I've never really looked at NOTREACHED() before, but ...
8 years, 2 months ago (2012-09-26 14:48:27 UTC) #2
reed1
On 2012/09/26 14:48:27, Stephen White wrote: > https://codereview.chromium.org/10984023/diff/1002/skia/ext/canvas_paint_win.h > File skia/ext/canvas_paint_win.h (right): > > https://codereview.chromium.org/10984023/diff/1002/skia/ext/canvas_paint_win.h#newcode114 ...
8 years, 2 months ago (2012-09-26 19:28:04 UTC) #3
Stephen White
8 years, 2 months ago (2012-09-26 19:34:55 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698