Commit 442bee5f authored by rnk@chromium.org's avatar rnk@chromium.org

Suppress intentional uninitialized read in DeathData::RecordDeath().

TBR=jar@chromium.org
BUG=106326
TEST=memcheck bots go greener

Review URL: http://codereview.chromium.org/8794004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112939 0039d316-1c4b-4281-b951-d872f2087c98
parent f41bf8e2
...@@ -5322,6 +5322,13 @@ ...@@ -5322,6 +5322,13 @@
fun:_ZN7WebCoreL21executeInsertFragmentEPNS_5FrameEN3WTF10PassRefPtrINS_16DocumentFragmentEEE fun:_ZN7WebCoreL21executeInsertFragmentEPNS_5FrameEN3WTF10PassRefPtrINS_16DocumentFragmentEEE
fun:_ZN7WebCoreL17executeInsertHTMLEPNS_5FrameEPNS_5EventENS_19EditorCommandSourceERKN3WTF6StringE fun:_ZN7WebCoreL17executeInsertHTMLEPNS_5FrameEPNS_5EventENS_19EditorCommandSourceERKN3WTF6StringE
} }
{
bug_106326
Memcheck:Uninitialized
fun:_ZN15tracked_objects9DeathData11RecordDeathEiii
fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6BirthsEii
fun:_ZN15tracked_objects10ThreadData31TallyRunOnNamedThreadIfTrackingERKN4base12TrackingInfoERKNS_11TrackedTimeES7_
}
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# 4. These only occur on our Google workstations # 4. These only occur on our Google workstations
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment