Files
ladybird/Userland/Libraries/LibJS
Andreas Kling c78506d79b LibJS: Only update EC instruction pointer when pushing to EC stack
Instead of trying to keep a live reference to the bytecode interpreter's
current instruction stream iterator, we now simply copy the current
iterator whenever pushing to the ExecutionContext stack.

This fixes a stack-use-after-return issue reported by ASAN.
2023-09-02 19:24:29 +02:00
..
2023-08-07 16:03:27 +02:00
2023-08-17 18:27:02 +02:00