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

Issue 6287012: Initialize values before calling ALSA APIs (Closed)

Created:
9 years, 11 months ago by davejcool
Modified:
9 years, 7 months ago
CC:
chromium-reviews, davemoore+watch_chromium.org
Visibility:
Public.

Description

Initialize values before calling ALSA APIs There should no longer be uninitialized values reported when running CrOs build of Chrome on Linux with cross_fuzz under valgrind. I believe the ALSA APIs should have been initializing all these values, but to be sure they are now initialized before making the calls. BUG=chromium-os:11252 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72670

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -4 lines) Patch
M chrome/browser/chromeos/audio_mixer_alsa.cc View 4 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
davejcool
Initializing values to a default before calling ALSA APIs should fix this.
9 years, 11 months ago (2011-01-25 22:04:51 UTC) #1
scherkus (not reviewing)
9 years, 11 months ago (2011-01-25 23:17:13 UTC) #2
LGTM

This change should probably be merged

Powered by Google App Engine
This is Rietveld 408576698