1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-05 13:27:36 +00:00
serenity/Base/res/html/misc/jpgsuite_files
Devashish Jaiswal 2a3166e523
JPGLoader: Check existence of Huffman tables in scan header segment (#3442)
DC and AC table IDs read in the scan header segment weren't validated
against the IDs of Huffman tables read in the DHT segment. This caused
an OOB read when a Huffman table was accessed using the ID read in the
scan header segment. Furthermore, the decoder now replaces the old DC
or AC table if a redefinition has been found prior to the scan header.

Fixes #3439.
2020-09-10 11:20:04 +02:00
..
chroma-quartered-lena.jpg LibGfx+LibWeb: Add JPEG decoder and integrate with LibWeb 2020-06-23 13:51:19 +02:00
horizontally-halved-lena.jpg LibGfx+LibWeb: Add JPEG decoder and integrate with LibWeb 2020-06-23 13:51:19 +02:00
non-subsampled-lena.jpg LibGfx+LibWeb: Add JPEG decoder and integrate with LibWeb 2020-06-23 13:51:19 +02:00
offending-3439.jpg JPGLoader: Check existence of Huffman tables in scan header segment (#3442) 2020-09-10 11:20:04 +02:00
oh-lena.jpg LibGfx+LibWeb: Add JPEG decoder and integrate with LibWeb 2020-06-23 13:51:19 +02:00
vertically-halved-lena.jpg LibGfx+LibWeb: Add JPEG decoder and integrate with LibWeb 2020-06-23 13:51:19 +02:00