ladybird/Userland/Libraries
Timothy Flynn f2db700ae7 LibIPC: Ensure message sizes do not exceed the limits of u32
We encode the size as a u32, so let's be sure the size does not exceed
that storage. This is unlikely to happen, but no reason not to check.
2024-01-03 10:17:00 +01:00
..
LibAccelGfx
LibArchive
LibAudio
LibC
LibCards
LibChess
LibCMake
LibCodeComprehension
LibCompress
LibConfig
LibCore LibCore: Fix compilation of infallible Promise::when_resolved handlers 2024-01-01 10:11:45 +01:00
LibCoredump
LibCpp
LibCrypt
LibCrypto
LibDebug
LibDesktop
LibDeviceTree
LibDiff
LibDNS
LibDSP
LibEDID
LibELF
LibFileSystem
LibFileSystemAccessClient
LibGemini
LibGfx LibGfx/TIFF: Reject images that declare a sample with abnormal bit depth 2024-01-02 06:52:50 -07:00
LibGL
LibGLSL
LibGPU
LibGUI Userland: Actually use the correct character map index from KeyEvent 2023-12-29 16:40:59 +01:00
LibHTTP LibHTTP: Tolerate random whitespace in chunked encoding size field 2023-12-31 15:36:47 +01:00
LibIDL
LibImageDecoderClient
LibIMAP
LibIPC LibIPC: Ensure message sizes do not exceed the limits of u32 2024-01-03 10:17:00 +01:00
LibJIT
LibJS LibJS: Improve JS::modulo precision for large floating values 2024-01-02 10:01:26 +01:00
LibKeyboard
LibLine
LibLocale
LibMain
LibManual
LibMarkdown
LibPartition
LibPCIDB
LibPDF LibPDF: Scan for PDF file start in first 1024 bytes 2024-01-03 10:12:35 +01:00
LibProtocol
LibRegex LibRegex: Error out on Eof when parsing nonempty class range elements 2023-12-31 15:36:42 +01:00
LibSanitizer
LibSoftGPU
LibSQL
LibSymbolication
LibSyntax
LibSystem
LibTest
LibTextCodec LibTextCodec+AK: Don't validate UTF-8 strings twice 2023-12-30 13:49:50 +01:00
LibThreading
LibTimeZone
LibTLS
LibUnicode
LibUSBDB
LibVideo
LibVirtGPU
LibVT
LibWasm
LibWeb LibIPC+LibWeb: Add an IPC helper to transfer an IPC message buffer 2024-01-03 10:17:00 +01:00
LibWebSocket
LibWebView Ladybird+LibWebView: Cleanup missing callbacks in InspectorClient 2024-01-01 16:04:29 -05:00
LibX86
LibXML
CMakeLists.txt