mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-22 04:24:37 +00:00
Checking for the existence of a call frame is not enough to check if we're in a function call, as the global execution context is a regular call frame as well. Found by OSS-Fuzz, where simply accessing "arguments" in the global scope would crash due to call_frame().callee being an empty value (https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32115).
13 KiB
13 KiB