Home
last modified time | relevance | path

Searched refs:newcounts (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/
A Dtif_pdsdirread.c1067 uint32* newcounts; in ChopUpSingleUncompressedStrip() local
1085 newcounts = (uint32*) CheckMalloc(tif, nstrips * sizeof (uint32), in ChopUpSingleUncompressedStrip()
1089 if (newcounts == NULL || newoffsets == NULL) { in ChopUpSingleUncompressedStrip()
1094 if (newcounts != NULL) in ChopUpSingleUncompressedStrip()
1095 _TIFFfree(newcounts); in ChopUpSingleUncompressedStrip()
1108 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
1121 td->td_stripbytecount = newcounts; in ChopUpSingleUncompressedStrip()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Dlibtiff-CVE-2017-11613.patch39 newcounts = (uint64*) _TIFFCheckMalloc(tif, nstrips, sizeof (uint64),
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_dirread.c5721 uint64* newcounts; in ChopUpSingleUncompressedStrip() local
5773 newcounts = (uint64*) _TIFFCheckMalloc(tif, nstrips, sizeof (uint64), in ChopUpSingleUncompressedStrip()
5777 if (newcounts == NULL || newoffsets == NULL) { in ChopUpSingleUncompressedStrip()
5782 if (newcounts != NULL) in ChopUpSingleUncompressedStrip()
5783 _TIFFfree(newcounts); in ChopUpSingleUncompressedStrip()
5795 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
5808 td->td_stripbytecount = newcounts; in ChopUpSingleUncompressedStrip()

Completed in 15 milliseconds