DescriptionRevert of MSan: check data is initialized when serializing with base::Pickle. (patchset #1 id:1 of https://codereview.chromium.org/988693004/)
Reason for revert:
Found errors w.r.t. IPC messages. Reverting for now while people fix the errors.
Original issue's description:
> MSan: check data is initialized when serializing with base::Pickle.
>
> Serialization implies that the data is going to leave the process one way or
> another, and it's never a good idea to leak uninitialized bytes. In most cases
> MSan would catch this later on (e.g. on a write()). There are exceptions to
> that, however, such as writing to shared memory. It doesn't hurt to have an
> extra check here.
>
> BUG=463906
> R=thakis@chromium.org
>
> Committed: https://crrev.com/2c705b038413d30d7aae5ff5d09882575e93c898
> Cr-Commit-Position: refs/heads/master@{#319459}
TBR=thakis@chromium.org,earthdok@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=463906
Committed: https://crrev.com/d74906086c38b72bed2017a772c67f3c3fde2709
Cr-Commit-Position: refs/heads/master@{#319510}
Patch Set 1 #
Created: 5 years, 9 months ago
(Patch set is too large to download)
Messages
Total messages: 10 (0 generated)
|