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

Issue 8794004: Suppress intentional uninitialized read in DeathData::RecordDeath(). (Closed)

Created:
9 years ago by Reid Kleckner
Modified:
9 years ago
CC:
chromium-reviews, Timur Iskhodzhanov, Alexander Potapenko, pam+watch_chromium.org, stuartmorgan+watch_chromium.org
Visibility:
Public.

Description

Suppress intentional uninitialized read in DeathData::RecordDeath(). TBR=jar@chromium.org BUG=106326 TEST=memcheck bots go greener Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112939

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -0 lines) Patch
M tools/valgrind/memcheck/suppressions.txt View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Reid Kleckner
9 years ago (2011-12-04 16:26:48 UTC) #1
jar (doing other things)
9 years ago (2011-12-04 16:55:42 UTC) #2
I think you need one less item on the stack. There are two paths down to
TallayADeath()... and I assume the other one (which happens on a worker thread)
will trigger some other complaint scenario.

Powered by Google App Engine
This is Rietveld 408576698