v1.4.0
Fixes:
- Potential
OutOfMemoryExceptiondue to overflow arithmetic errors inTiffReader(@dusan-rychnovsky drewnoakes/metadata-extractor#167) - Off-by-one error in
IptcReaderwhen last tag in data was one byte in length (@cshclm drewnoakes/metadata-extractor#172)
Features:
Testing:
- Added a long-running test that mutates valid Exif (JPEG APP1) segments to try and get
ExifReaderto throw an exception. Mutating every byte through 0x00-0xFF, and parsing. So far no errors have been uncovered, and this just serves as a reassuring observation.