2016.11.11 14:03 "[Tiff] Global variables in LibTIFF", by Paavo Helde

2016.11.11 14:47 "Re: [Tiff] Global variables in LibTIFF", by Olivier Paquet

2016-11-11 9:03 GMT-05:00 Paavo Helde <paavo@osa.pri.ee>:

I upgraded LibTIFF to current last stable version 4.0.6 and saw it still relies on global variables. In particular I am concerned about error and warning handlers. From tif_error.c:

We've had this discussion a few months ago: http://www.asmail.be/msg0055058625.html I'm all for putting the error handler in the TIFF struct. It doesn't fix everything but I think it would be a major step forward. There remains the problem of finding time to actually do it.

Olivier