Home
last modified time | relevance | path

Searched refs:CheckMalloc (Results 1 – 2 of 2) sorted by relevance

/libtiff-4.0.7/contrib/pds/
H A Dtif_pdsdirread.c151 dir = (TIFFDirEntry *)CheckMalloc(tif, in TIFFReadPrivateDataSubDirectory()
175 dir = (TIFFDirEntry *)CheckMalloc(tif, in TIFFReadPrivateDataSubDirectory()
591 l = (uint32*)CheckMalloc(tif, in TIFFFetchRationalArray()
751 cp = CheckMalloc(tif, in TIFFFetchNormalSubTag()
757 cp = CheckMalloc(tif, in TIFFFetchNormalSubTag()
763 cp = CheckMalloc(tif, in TIFFFetchNormalSubTag()
769 cp = CheckMalloc(tif, in TIFFFetchNormalSubTag()
774 cp = CheckMalloc(tif, in TIFFFetchNormalSubTag()
779 cp = CheckMalloc(tif, in TIFFFetchNormalSubTag()
969 (*lpp = (uint32 *)CheckMalloc(tif, in TIFFFetchStripThing()
[all …]
/libtiff-4.0.7/
H A DChangeLog3993 CheckMalloc() function to _TIFFCheckMalloc() and make it available
4876 possible integer overflow in CheckMalloc() function.