Searched refs:ReadPositionTable (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/lcms/ |
D | 0025-upstream-direct-leak-Type_MPE_Read.patch | 11 - if (!ReadPositionTable(self, io, ElementCount, BaseOffset, NewLUT, ReadMPEElem)) { 17 + if (!ReadPositionTable(self, io, ElementCount, BaseOffset, NewLUT, ReadMPEElem)) goto Error;
|
D | 0024-verify-size-before-reading.patch | 5 @@ -173,6 +173,12 @@ cmsBool ReadPositionTable(struct _cms_typehandler_struct* self,
|
/external/pdfium/third_party/lcms/src/ |
D | cmstypes.c | 167 cmsBool ReadPositionTable(struct _cms_typehandler_struct* self, in ReadPositionTable() function 3426 if (!ReadPositionTable(self, io, Count, BaseOffset, OutSeq, ReadSeqID)) { in Type_ProfileSequenceId_Read() 4068 if (ReadPositionTable(self, io, InputChans, BaseOffset, GammaTables, ReadMPECurve)) { in Type_MPEcurve_Read() 4474 if (!ReadPositionTable(self, io, ElementCount, BaseOffset, NewLUT, ReadMPEElem)) goto Error; in Type_MPE_Read()
|