2018.04.23 16:00 "[Tiff] libTiff Bug", by SM

2018.04.23 16:17 "Re: [Tiff] libTiff Bug", by Even Rouault

    uint32 npixels=width*height;

If it is large enough, it might be possible that the above multiplication overflows uint32, and thus the below memory allocation is not large enough

    uint32* raster=(uint32 *) _TIFFmalloc(npixels *sizeof(uint32));

--
Spatialys - Geospatial professional services
http://www.spatialys.com