rwcarlsen / goexif

Decode embedded EXIF meta data from image files.
BSD 2-Clause "Simplified" License
640 stars 135 forks source link

newAppSec can panic because of data length assumption #34

Closed mpl closed 9 years ago

mpl commented 9 years ago

@hullerob reported here: https://github.com/camlistore/camlistore/issues/612 that newAppSec can panic with at least this .xcf file: https://drive.google.com/file/d/0B5TLCARP-3XkQ1lUX1lpRHdRUkk

which I can confirm.

Fix incoming.

mpl commented 9 years ago

fix here https://github.com/rwcarlsen/goexif/pull/35