Commit graph

2 commits

Author SHA1 Message Date
Timothy Flynn
decc00dcdf LibGLSL: Avoid UAF when creating a preprocessor instance
The intialization of Definition::value allocates a string that we were
holding a view into. Store the result as a String to keep it alive; its
only usage is passing it to GenericLexer in another function.
2024-04-04 11:23:21 +02:00
Poseydon42
29972876e4 LibGLSL: Add initial GLSL parser implementation 2023-08-18 15:29:48 +02:00