serenity/Userland
Luke Wilde bb16fdf969 LibWeb: Respect subarrays in Crypto#getRandomBytes
It is the responsibility of code that deals with TypedArrays to apply
the byte offset and byte length. Not doing this caused Unity Web to
crash, as they call getRandomValues with views into their full main
memory. Previously, it would fill their entire memory of about 33.5 MB
with random bytes.

(cherry picked from commit 023c3aa5b091605316bf87a9fc516e54d03e5874)
2024-12-21 14:58:20 -05:00
..
Applets
Applications LibGUI+WindowServer+Applications: Carry more data across drag events 2024-12-04 08:00:21 -05:00
BuggieBox
Demos LibGfx+WindowServer: Allow specifying a window theme in the palette 2024-12-17 19:04:58 -05:00
DevTools LibGUI+WindowServer+Applications: Carry more data across drag events 2024-12-04 08:00:21 -05:00
DynamicLoader
Games AK: Make String::number() infallible 2024-11-29 16:03:30 -05:00
Libraries LibWeb: Respect subarrays in Crypto#getRandomBytes 2024-12-21 14:58:20 -05:00
Services WindowServer: Handle shifted submenus during safe submenu navigation 2024-12-17 19:05:49 -05:00
Shell
Utilities mv: Prefer FileSystem::remove over unlink when moving across filesystems 2024-12-17 19:02:15 -05:00
CMakeLists.txt