mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 04:52:06 +02:00
When a document is navigated away from while HTMLParser::the_end() is spinning the event loop (steps 7 and 8), the spin_until stays on the call stack indefinitely, causing all subsequent event processing on the same event loop to happen within nested spin_until pumping. Add is_fully_active() checks to bail out early in this case.
259 KiB
259 KiB