Created ImageMagick tracking bugs for this issue:
Affects: fedora-all [bug 1413898]
Comment 3Huzaifa S. Sidhpurwala
2017-01-20 09:42:51 UTC
ImageMagick code uses the libtiff library to query tag data via TIFFGetField(), but the return from the function, could be null, which is not checked. This later causes null pointer deref when the value is being used.