Chromium Code Reviews
DescriptionRemove uninit read suppression for Mojo EDK writes
This is a common codepath through which all IPC data is
transmitted. Suppressing this supresses all potential
uninitialized read bugs in any code which prepares IPC
messages for transit (e.g. any IPC::ParamTraits
implementation.)
This suppression was recently relanded as a result of an
uninitialized read in some IPC message contents. It's possible
that the actual bug has been fixed, but it's unclear.
Since I'm unable to repro locally I'm removing the suppression
to see if the memory bots go red again.
Memory sheriffs *please* ping rockot@ before relanding this
suppression.
BUG=398547, 623235
TBR=amistry@chromium.org
Committed: https://crrev.com/bf1598991bbbf0a9b34764a37a9c1b97ea50ca4f
Cr-Commit-Position: refs/heads/master@{#402013}
Patch Set 1 #
Messages
Total messages: 7 (4 generated)
|
|||||||||||||||||||