summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLi Qiang <[email protected]>2017-01-23 02:44:03 -0500
committerDave Airlie <[email protected]>2017-02-07 14:00:04 +1000
commit83fb63d31de51cd49a947f68393672e97b307f37 (patch)
treeec48db63c7c2b643343b1150091e36d904fd604f /configure.ac
parentce8a63de6dffd4a7bc704b63bdd48a63798a438e (diff)
gallium/tgsi: fix oob access in parse instruction
When parsing texture instruction, it doesn't stop if the 'cur' is ',', the loop variable 'i' will also be increased and be used to index the 'inst.TexOffsets' array. This can lead an oob access issue. This patch avoid this. Reviewed-by: Dave Airlie <[email protected]> Signed-off-by: Li Qiang <[email protected]>
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions