angler-fishThe Vulnerability History Project

Fix glGetActiveUniform/Attrib crashes due to state inconsistency

      between what Chrome thinks and what the driver is.

This is caused by we intercept invalid program and generate an error on
LinkProgram rather than passing it to the driver, so the driver still have
a valid program if the previous link succeeds.

BUG=463599
TEST=test case in the bug
R=sievers@chromium.org

Review URL: https://codereview.chromium.org/978193003

Cr-Commit-Position: refs/heads/master@{#319746}
    
commit 44ad5ecc3abf8f31d7e55a9ece5cea30a710fd77
+6 -8
expand_less