serenity/Userland/Libraries
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
..
LibAccelGfx
LibArchive
LibAudio
LibC LibC: Don't push a fake return address in create_thread on non-x86 2024-12-17 19:01:05 -05:00
LibCards
LibChess
LibCMake
LibCodeComprehension
LibCompress
LibConfig
LibCore LibCore: Do not include math.h in ArgsParser 2024-12-21 14:58:20 -05:00
LibCoredump
LibCpp
LibCrypt
LibCrypto LibCrypto: DER.cpp use uz literals 2024-12-21 14:58:20 -05:00
LibDebug
LibDesktop
LibDeviceTree LibDeviceTree: Add functions for accessing common interrupt properties 2024-12-10 16:25:46 +01:00
LibDiff
LibDNS
LibDSP
LibEDID
LibELF LibELF+Kernel: Don't define SERENITY_PAGE_SIZE in ELFABI.h 2024-12-03 20:57:24 +01:00
LibFileSystem LibFileSystem: Ignore ENOTSUP from chmod and chown in copy_directory 2024-12-17 19:02:15 -05:00
LibFileSystemAccessClient
LibGemini
LibGfx LibGfx: Add "Redmond Glass" window theme 2024-12-17 19:04:58 -05:00
LibGL
LibGLSL
LibGPU
LibGUI LibGfx+WindowServer: Allow specifying a window theme in the palette 2024-12-17 19:04:58 -05:00
LibHTTP
LibIDL
LibImageDecoderClient
LibIMAP
LibIPC
LibJIT
LibJS LibJS: Cache source code positions more often 2024-12-21 14:58:20 -05:00
LibKeyboard
LibLine
LibLocale
LibMain
LibManual
LibMarkdown
LibMedia
LibPartition
LibPCIDB
LibPDF
LibProtocol
LibRegex
LibRIFF
LibSanitizer
LibSemVer
LibShell
LibSoftGPU
LibSQL
LibSymbolication
LibSyntax
LibSystem
LibTest
LibTextCodec
LibThreading
LibTimeZone
LibTLS
LibUnicode
LibURL
LibUSBDB
LibVirtGPU
LibVT LibGUI+WindowServer+Applications: Carry more data across drag events 2024-12-04 08:00:21 -05:00
LibWasm LibWasm: Respect instance.types() bounds 2024-12-21 14:58:20 -05:00
LibWeb LibWeb: Respect subarrays in Crypto#getRandomBytes 2024-12-21 14:58:20 -05:00
LibWebSocket
LibWebView LibWebView: Implement drag-and-drop for OutOfProcessWebView 2024-12-04 08:00:21 -05:00
LibX86
LibXML
CMakeLists.txt