*** empty log message ***

This commit is contained in:
Andrey Kiselev 2004-09-25 11:14:27 +00:00
parent 93226a031e
commit 6087ff01ea

View File

@ -1,3 +1,15 @@
2004-09-24 Andrey Kiselev <dron@remotesensing.org>
* libtiff/tif_dirread.c: Always check the return values, returned
by the _TIFFmalloc() (Dmitry V. Levin).
* libtiff/tif_dir.c: Fixed possible integer overflow _TIFFset*Array()
functions (Dmitry V. Levin).
* libtiff/{tif_dirread.c, tif_dir.c, tif_write.c}:
Potential memory leak fixed in TIFFReadDirectory(), _TIFFVSetField(),
TIFFGrowStrips() (found by Dmitry V. Levin).
2004-09-24 Andrey Kiselev <dron@remotesensing.org>
* libtiff/{tiffio.h, tif_compress.c}: Added TIFFGetConfiguredCODECs()