#291 Added leniency for TIFF structures with pointers to data beyond EOF.

This commit is contained in:
Harald Kuhr 2016-11-16 19:15:48 +01:00
parent e71a4884e3
commit b12084c14c

View File

@ -287,6 +287,7 @@ public final class EXIFReader extends MetadataReader {
return readValue(pInput, pType, pCount);
}
catch (EOFException e) {
// TODO: Add warning listener API and report problem to client code
return e;
}
finally {