1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:48:11 +00:00
serenity/Userland/Libraries/LibJS
Andreas Kling 7df3b95126 LibJS: GlobalObject must mark builtin prototypes
Failing to mark them leads to use-after-free since the GlobalObject
cached prototypes are used for new NumberObject, StringObject, etc.

Found by oss-fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=30319
2021-02-05 14:53:16 +01:00
..
Heap Everywhere: Hook up remaining debug macros to Debug.h. 2021-01-25 09:47:36 +01:00
Runtime LibJS: GlobalObject must mark builtin prototypes 2021-02-05 14:53:16 +01:00
Tests LibJS: Improve correctness of rounding and bitwise operations 2021-02-05 09:38:45 +01:00
AST.cpp LibJS: Fix crash when printing error for missing class extends value prototype 2021-01-28 10:24:18 +01:00
AST.h LibJS: Replace ASTNode::class_name() with RTTI 2021-01-17 14:36:53 +01:00
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Console.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Console.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Forward.h LibJS: Add JS::NativeFunction to the forwarding header 2021-01-18 12:18:29 +01:00
Interpreter.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Interpreter.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Lexer.cpp Everywhere: Hook up remaining debug macros to Debug.h. 2021-01-25 09:47:36 +01:00
Lexer.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
MarkupGenerator.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
MarkupGenerator.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Parser.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Parser.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SourceRange.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Token.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Token.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00