Skip to content

TIFFWriteDirectoryTagTransferfunction() : fix NULL dereferencing

Thomas Bernard requested to merge miniupnp/libtiff:bug2833 into master

http://bugzilla.maptools.org/show_bug.cgi?id=2833

we must check the pointer is not NULL before memcmp() the memory

Merge request reports