Files
ladybird/Libraries/LibWeb/HTML
Jelle Raaijmakers 51564d2ff9 LibWeb: Prevent race condition in Storage::key()
Depending on the underlying implementation of the storage bottle, we
have to do IPC calls to get either the size or keys. We crash on an
out-of-bounds if the bottle changes size after the bounds check in step
1. Fix this by obtaining the keys immediately and using that for the
bounds check.
2026-03-20 14:04:11 +01:00
..
2025-08-23 16:04:36 -06:00
2026-01-11 00:01:24 +01:00
2026-01-11 00:01:24 +01:00
2024-11-25 21:13:53 +01:00
2026-02-18 08:02:45 -05:00
2026-02-18 08:02:45 -05:00
2026-02-11 16:32:20 +00:00
2026-02-11 16:32:20 +00:00
2025-08-08 10:23:17 +02:00