ladybird/Tests/LibGfx
Tim Ledbetter aa54007943 LibGfx/TinyVG: Avoid OOM if header contains a bogus color table size
This change limits the amount of memory that is initially allocated for
the color table. This prevents an OOM condition if the file contains an
incorrect color table size.
2023-12-02 10:47:39 +01:00
..
test-inputs LibGfx/TinyVG: Avoid OOM if header contains a bogus color table size 2023-12-02 10:47:39 +01:00
BenchmarkGfxPainter.cpp
BenchmarkJPEGLoader.cpp
CMakeLists.txt LibGfx/WOFF2: Tolerate incorrect totalSfntSize in WOFF2 header 2023-10-24 13:45:01 +02:00
TestDeltaE.cpp
TestFontHandling.cpp LibGfx: Allow extracting paths from fonts and add Gfx::Path::text() 2023-11-05 02:46:46 +01:00
TestGfxBitmap.cpp
TestICCProfile.cpp LibGfx/TIFF: Add support for the ICCProfile tag 2023-12-02 10:36:02 +01:00
TestImageDecoder.cpp LibGfx/TinyVG: Avoid OOM if header contains a bogus color table size 2023-12-02 10:47:39 +01:00
TestParseISOBMFF.cpp
TestRect.cpp
TestScalingFunctions.cpp
TestWOFF.cpp LibGfx/WOFF: Ensure header totalSfntSize matches expected value 2023-10-24 07:29:09 +02:00
TestWOFF2.cpp LibGfx/WOFF2: Ensure numTables is within expected range 2023-10-26 08:39:26 +02:00