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

Issue 9006028: Coverity fixes for uninitialized vars (Closed)

Created:
9 years ago by groby-ooo-7-16
Modified:
8 years, 11 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, apatrick_chromium, dpranke-watch+content_chromium.org
Visibility:
Public.

Description

Coverity fixes for uninitialized vars CID=102348, 102334, 100563, 102456, 102012, 101525, 101526, 101330, 101329 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=116003

Patch Set 1 #

Patch Set 2 : Fixed Coverity UNINIT messages #

Total comments: 2

Patch Set 3 : Stylistic change for initialization #

Patch Set 4 : Added missing braces #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -14 lines) Patch
M content/plugin/plugin_main_linux.cc View 1 2 3 2 chunks +2 lines, -4 lines 0 comments Download
M content/public/common/show_desktop_notification_params.cc View 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/service/command_buffer_service.cc View 1 chunk +2 lines, -1 line 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_resource_tracker.cc View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/plugin_var_tracker.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M ppapi/proxy/ppb_var_deprecated_proxy.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M ui/base/win/events_win.cc View 1 2 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
csilv
lgtm
9 years ago (2011-12-20 23:44:38 UTC) #1
groby-ooo-7-16
piman: OWNERS stamp for content/plugin, gpu,ppapi please joi: OWNERS stamp for content/public please ben: OWNERS ...
9 years ago (2011-12-22 20:08:49 UTC) #2
Jói
LGTM for content/public. On Thu, Dec 22, 2011 at 8:08 PM, <groby@chromium.org> wrote: > Reviewers: ...
9 years ago (2011-12-22 20:30:44 UTC) #3
Ben Goodger (Google)
lgtm
9 years ago (2011-12-22 21:21:05 UTC) #4
piman
lgtm http://codereview.chromium.org/9006028/diff/1001/content/plugin/plugin_main_linux.cc File content/plugin/plugin_main_linux.cc (right): http://codereview.chromium.org/9006028/diff/1001/content/plugin/plugin_main_linux.cc#newcode33 content/plugin/plugin_main_linux.cc:33: memset(&sa, 0, sizeof(sa)); Do you think struct sigaction ...
8 years, 12 months ago (2011-12-27 17:46:20 UTC) #5
groby-ooo-7-16
I actually prefer the assignment idiom - just modelled the memset after other sigaction uses. ...
8 years, 12 months ago (2011-12-27 17:50:33 UTC) #6
groby-ooo-7-16
http://codereview.chromium.org/9006028/diff/1001/content/plugin/plugin_main_linux.cc File content/plugin/plugin_main_linux.cc (right): http://codereview.chromium.org/9006028/diff/1001/content/plugin/plugin_main_linux.cc#newcode33 content/plugin/plugin_main_linux.cc:33: memset(&sa, 0, sizeof(sa)); On 2011/12/27 17:46:20, piman wrote: > ...
8 years, 11 months ago (2011-12-28 20:36:03 UTC) #7
piman
lgtm
8 years, 11 months ago (2011-12-28 20:38:35 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/9006028/10012
8 years, 11 months ago (2011-12-29 00:26:49 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/9006028/10012
8 years, 11 months ago (2011-12-29 22:14:55 UTC) #10
commit-bot: I haz the power
8 years, 11 months ago (2011-12-29 23:36:47 UTC) #11
Change committed as 116003

Powered by Google App Engine
This is Rietveld 408576698