DescriptionMSan: 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}
Patch Set 1 #
Messages
Total messages: 9 (2 generated)
|