DescriptionMSan: disallow uninitialized data in GLES2Implementation::BufferDataHelper.
MSan doesn't undestand shared memory, so a buffer that has been tainted with
uninitialized values would still be considered uninitialized even after a write
on the other end (the GPU). This results in confusing uninit reports in the
renderer after readback. Doing an explicit check early should make those reports
less confusing and less flaky. We might even find some real bugs!
BUG=445745
R=zmo@chromium.org
Committed: https://crrev.com/c0d26f39a0d4a98f271e13c46d143bac1eb0e9e0
Cr-Commit-Position: refs/heads/master@{#314098}
Patch Set 1 #
Messages
Total messages: 10 (3 generated)
|