Skip uninteresting APPn markers when searching for EXIF block.
authorDan Fandrich <dan@coneharvesters.com>
Fri, 18 May 2018 08:08:48 +0000 (10:08 +0200)
committerDan Fandrich <dan@coneharvesters.com>
Fri, 18 May 2018 08:11:15 +0000 (10:11 +0200)
commita774b0d4edaf379eee2b14252e85717f1cbe55e5
tree9dbdf2311a2e66281c99b67156cf1e805c0b433b
parent3cc93d33d4cb11899b986cc15fa9e8ec9cc7a9a1
Skip uninteresting APPn markers when searching for EXIF block.

libexif rejects images where any APPn marker other than APP0 appears
before APP1.  The EXIF spec says that this is not allowed, but there are
a lot of images where it happens anyway (e.g., from Photoshop).
Patch from Google.
libexif/exif-data.c