Skip to content

vrend: fix buffer overflow during sscanf of GLSL version

Ryan Neph requested to merge ryanneph/virglrenderer:fix-buf-overflow into master

There's no need to have a temp buffer (which can overflow) when we can explicitly ignore the preceding strings for gles hosts.

Signed-off-by: Ryan Neph ryanneph@google.com

Merge request reports