Skip to content

tgsi + format: replace asserts by using error returns and fix some OOB access issues

Gert Wollny requested to merge gerddie/virglrenderer:fix-TGSI-parser-issues into main
  • The asserts are hit easily by fuzzing, so it is better to get an error instead of crashing.
  • Fix some error that where found by fuzzing the TGSI token stream

Merge request reports