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

Issue 3006002: Fix uninitialized memory error caused by r50606. (Closed)

Created:
10 years, 5 months ago by pink (ping after 24hrs)
Modified:
9 years, 7 months ago
Reviewers:
viettrungluu
CC:
chromium-reviews, Alexander Potapenko, ben+cc_chromium.org, John Grabowski, Timur Iskhodzhanov, stuartmorgan, pam+watch_chromium.org
Visibility:
Public.

Description

Fix uninitialized memory error caused by r50606. BUG=48269 TEST=none

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -12 lines) Patch
M chrome/browser/cocoa/tab_window_controller.mm View 1 chunk +3 lines, -2 lines 1 comment Download
M tools/valgrind/memcheck/suppressions_mac.txt View 1 chunk +0 lines, -10 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
pink (ping after 24hrs)
10 years, 5 months ago (2010-07-15 17:51:35 UTC) #1
viettrungluu
10 years, 5 months ago (2010-07-15 17:55:34 UTC) #2
LGTM.

http://codereview.chromium.org/3006002/diff/1/2
File chrome/browser/cocoa/tab_window_controller.mm (left):

http://codereview.chromium.org/3006002/diff/1/2#oldcode69
chrome/browser/cocoa/tab_window_controller.mm:69: NSMakeRect(0,
NSMaxY(tabFrame),
I feel like the compiler should have noticed something amiss here.

Powered by Google App Engine
This is Rietveld 408576698