Bug 1798532 Part 1: Ignore JPEG unknown markers. r=tnikkel
commitcbb5bf5c93be6407027f24acc97edb24f8dab668
authorBrad Werth <bwerth@mozilla.com>
Mon, 7 Nov 2022 22:20:36 +0000 (7 22:20 +0000)
committerBrad Werth <bwerth@mozilla.com>
Mon, 7 Nov 2022 22:20:36 +0000 (7 22:20 +0000)
treefcf65d46bc5af2fd5a85552c98f6d6dca04fe550
parent349711b16dbfcdb0493ce88314730d0c80448509
Bug 1798532 Part 1: Ignore JPEG unknown markers. r=tnikkel

This will push through any unknown marker errors from libjpeg, but still
fail for other errors. Dropping markers prevents infinite loops in processing.

Differential Revision: https://phabricator.services.mozilla.com/D161187
image/decoders/nsJPEGDecoder.cpp