ladybird/Userland/Libraries/LibGLSL
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
..
Tests/parser LibGLSL: Add tests for GLSL parser 2023-08-18 15:29:48 +02:00
AST.cpp
AST.h
CMakeLists.txt LibGLSL: Add tests for GLSL parser 2023-08-18 15:29:48 +02:00
Compiler.cpp
Compiler.h
Lexer.cpp
Lexer.h
LinkedShader.h
Linker.cpp
Linker.h
ObjectFile.h
Parser.cpp
Parser.h
Preprocessor.cpp LibGLSL: Avoid UAF when creating a preprocessor instance 2024-04-04 11:23:21 +02:00
Preprocessor.h LibGLSL: Avoid UAF when creating a preprocessor instance 2024-04-04 11:23:21 +02:00
Token.cpp
Token.h