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

Issue 2035003: Fix a possible crash introduced by r46412 by not accessing the result variabl... (Closed)

Created:
10 years, 7 months ago by pcgod99
Modified:
9 years, 7 months ago
CC:
chromium-reviews, ben+cc_chromium.org
Visibility:
Public.

Description

Fix a possible crash introduced by r46412 by not accessing the result variable before the NULL check BUG=43408 TEST=none Patch by Benjamin Jemlich <pcgod99@gmail.com>;. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=46614

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -5 lines) Patch
M chrome/browser/password_manager/password_store_default.cc View 1 1 chunk +4 lines, -5 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
pcgod99
10 years, 7 months ago (2010-05-06 15:25:34 UTC) #1
stuartmorgan
http://codereview.chromium.org/2035003/diff/1/2 File chrome/browser/password_manager/password_store_default.cc (right): http://codereview.chromium.org/2035003/diff/1/2#newcode119 chrome/browser/password_manager/password_store_default.cc:119: DCHECK(result); If this is actually happening, then either the ...
10 years, 7 months ago (2010-05-06 15:35:07 UTC) #2
pcgod99
On 2010/05/06 15:35:07, stuartmorgan wrote: > http://codereview.chromium.org/2035003/diff/1/2 > File chrome/browser/password_manager/password_store_default.cc (right): > > http://codereview.chromium.org/2035003/diff/1/2#newcode119 > ...
10 years, 7 months ago (2010-05-06 16:13:05 UTC) #3
albertb
LGTM In theory, result could also be NULL if the WDS is shutdown while the ...
10 years, 7 months ago (2010-05-06 16:39:44 UTC) #4
stuartmorgan
LGTM
10 years, 7 months ago (2010-05-06 16:54:55 UTC) #5
Evan Martin
10 years, 7 months ago (2010-05-06 20:43:46 UTC) #6
committed, thanks

Powered by Google App Engine
This is Rietveld 408576698