DescriptionInitialize arrays before use.
In edited code is possible usage of not initialized array. It's caused
by reason, that GetProgramInfoLog and GetShaderInfoLog functions can end
without filling of the passed array. This error can be detected by MSan.
To fix this problem arrays was initialized before being passed and
printed.
R=aelias@chromium.org
BUG=None
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel
Committed: https://crrev.com/99cf9c1f9098c0781f3cc5e468e14f7010d68caf
Cr-Commit-Position: refs/heads/master@{#440964}
Patch Set 1 #
Messages
Total messages: 13 (8 generated)
|