Home
last modified time | relevance | path

Searched refs:gmallocn_checkoverflow (Results 1 – 25 of 117) sorted by relevance

12345

/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/poppler/
H A DHints.cc50 nObjects = (Guint *) gmallocn_checkoverflow(nPages, sizeof(Guint)); in Hints()
51 pageObjectNum = (int *) gmallocn_checkoverflow(nPages, sizeof(int)); in Hints()
52 xRefOffset = (Guint *) gmallocn_checkoverflow(nPages, sizeof(Guint)); in Hints()
53 pageLength = (Guint *) gmallocn_checkoverflow(nPages, sizeof(Guint)); in Hints()
54 pageOffset = (Guint *) gmallocn_checkoverflow(nPages, sizeof(Guint)); in Hints()
55 numSharedObject = (Guint *) gmallocn_checkoverflow(nPages, sizeof(Guint)); in Hints()
56 sharedObjectId = (Guint **) gmallocn_checkoverflow(nPages, sizeof(Guint*)); in Hints()
285 groupLength = (Guint *) gmallocn_checkoverflow(nSharedGroups, sizeof(Guint)); in readSharedObjectsTable()
286 groupOffset = (Guint *) gmallocn_checkoverflow(nSharedGroups, sizeof(Guint)); in readSharedObjectsTable()
288 groupNumObjects = (Guint *) gmallocn_checkoverflow(nSharedGroups, sizeof(Guint)); in readSharedObjectsTable()
[all …]
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/poppler/
H A DHints.cc52 nObjects = (Guint *) gmallocn_checkoverflow(nPages, sizeof(Guint)); in Hints()
53 pageObjectNum = (int *) gmallocn_checkoverflow(nPages, sizeof(int)); in Hints()
54 xRefOffset = (Guint *) gmallocn_checkoverflow(nPages, sizeof(Guint)); in Hints()
55 pageLength = (Guint *) gmallocn_checkoverflow(nPages, sizeof(Guint)); in Hints()
56 pageOffset = (Goffset *) gmallocn_checkoverflow(nPages, sizeof(Goffset)); in Hints()
57 numSharedObject = (Guint *) gmallocn_checkoverflow(nPages, sizeof(Guint)); in Hints()
58 sharedObjectId = (Guint **) gmallocn_checkoverflow(nPages, sizeof(Guint*)); in Hints()
296 groupLength = (Guint *) gmallocn_checkoverflow(nSharedGroups, sizeof(Guint)); in readSharedObjectsTable()
297 groupOffset = (Guint *) gmallocn_checkoverflow(nSharedGroups, sizeof(Guint)); in readSharedObjectsTable()
299 groupNumObjects = (Guint *) gmallocn_checkoverflow(nSharedGroups, sizeof(Guint)); in readSharedObjectsTable()
[all …]
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DHints.cc52 nObjects = (Guint *) gmallocn_checkoverflow(nPages, sizeof(Guint)); in Hints()
53 pageObjectNum = (int *) gmallocn_checkoverflow(nPages, sizeof(int)); in Hints()
54 xRefOffset = (Guint *) gmallocn_checkoverflow(nPages, sizeof(Guint)); in Hints()
55 pageLength = (Guint *) gmallocn_checkoverflow(nPages, sizeof(Guint)); in Hints()
56 pageOffset = (Goffset *) gmallocn_checkoverflow(nPages, sizeof(Goffset)); in Hints()
57 numSharedObject = (Guint *) gmallocn_checkoverflow(nPages, sizeof(Guint)); in Hints()
58 sharedObjectId = (Guint **) gmallocn_checkoverflow(nPages, sizeof(Guint*)); in Hints()
296 groupLength = (Guint *) gmallocn_checkoverflow(nSharedGroups, sizeof(Guint)); in readSharedObjectsTable()
297 groupOffset = (Guint *) gmallocn_checkoverflow(nSharedGroups, sizeof(Guint)); in readSharedObjectsTable()
299 groupNumObjects = (Guint *) gmallocn_checkoverflow(nSharedGroups, sizeof(Guint)); in readSharedObjectsTable()
[all …]
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DHints.cc52 nObjects = (Guint *) gmallocn_checkoverflow(nPages, sizeof(Guint)); in Hints()
53 pageObjectNum = (int *) gmallocn_checkoverflow(nPages, sizeof(int)); in Hints()
54 xRefOffset = (Guint *) gmallocn_checkoverflow(nPages, sizeof(Guint)); in Hints()
55 pageLength = (Guint *) gmallocn_checkoverflow(nPages, sizeof(Guint)); in Hints()
56 pageOffset = (Goffset *) gmallocn_checkoverflow(nPages, sizeof(Goffset)); in Hints()
57 numSharedObject = (Guint *) gmallocn_checkoverflow(nPages, sizeof(Guint)); in Hints()
58 sharedObjectId = (Guint **) gmallocn_checkoverflow(nPages, sizeof(Guint*)); in Hints()
296 groupLength = (Guint *) gmallocn_checkoverflow(nSharedGroups, sizeof(Guint)); in readSharedObjectsTable()
297 groupOffset = (Guint *) gmallocn_checkoverflow(nSharedGroups, sizeof(Guint)); in readSharedObjectsTable()
299 groupNumObjects = (Guint *) gmallocn_checkoverflow(nSharedGroups, sizeof(Guint)); in readSharedObjectsTable()
[all …]
/dports/graphics/poppler-glib/poppler-21.12.0/poppler/
H A DHints.cc118 nObjects = (unsigned int *)gmallocn_checkoverflow(nPages, sizeof(unsigned int)); in Hints()
119 pageObjectNum = (int *)gmallocn_checkoverflow(nPages, sizeof(int)); in Hints()
120 xRefOffset = (unsigned int *)gmallocn_checkoverflow(nPages, sizeof(unsigned int)); in Hints()
121 pageLength = (unsigned int *)gmallocn_checkoverflow(nPages, sizeof(unsigned int)); in Hints()
122 pageOffset = (Goffset *)gmallocn_checkoverflow(nPages, sizeof(Goffset)); in Hints()
123 numSharedObject = (unsigned int *)gmallocn_checkoverflow(nPages, sizeof(unsigned int)); in Hints()
124 sharedObjectId = (unsigned int **)gmallocn_checkoverflow(nPages, sizeof(unsigned int *)); in Hints()
384 groupLength = (unsigned int *)gmallocn_checkoverflow(nSharedGroups, sizeof(unsigned int)); in readSharedObjectsTable()
385 groupOffset = (unsigned int *)gmallocn_checkoverflow(nSharedGroups, sizeof(unsigned int)); in readSharedObjectsTable()
387 groupNumObjects = (unsigned int *)gmallocn_checkoverflow(nSharedGroups, sizeof(unsigned int)); in readSharedObjectsTable()
[all …]
H A DJBIG2Stream.cc989 bitmaps = (JBIG2Bitmap **)gmallocn_checkoverflow(size, sizeof(JBIG2Bitmap *)); in JBIG2SymbolDict()
1045 bitmaps = (JBIG2Bitmap **)gmallocn_checkoverflow(sizeA, sizeof(JBIG2Bitmap *)); in JBIG2PatternDict()
1287 refSegs = (unsigned int *)gmallocn_checkoverflow(nRefSegs, sizeof(unsigned int)); in readSegments()
1569 …bitmaps = (JBIG2Bitmap **)gmallocn_checkoverflow(numInputSyms + numNewSyms, sizeof(JBIG2Bitmap *)); in readSymbolDictSeg()
1660 symWidths = (unsigned int *)gmallocn_checkoverflow(numNewSyms, sizeof(unsigned int)); in readSymbolDictSeg()
1994 syms = (JBIG2Bitmap **)gmallocn_checkoverflow(numSyms, sizeof(JBIG2Bitmap *)); in readTextRegionSeg()
2125 … symCodeTab = (JBIG2HuffmanTable *)gmallocn_checkoverflow(numSyms + 1, sizeof(JBIG2HuffmanTable)); in readTextRegionSeg()
2625 grayImg = (unsigned int *)gmallocn_checkoverflow(gridW * gridH, sizeof(unsigned int)); in readHalftoneRegionSeg()
2831 codingLine = (int *)gmallocn_checkoverflow(w + 1, sizeof(int)); in readGenericBitmap()
2832 refLine = (int *)gmallocn_checkoverflow(w + 2, sizeof(int)); in readGenericBitmap()
[all …]
/dports/graphics/poppler-utils/poppler-21.12.0/poppler/
H A DHints.cc118 nObjects = (unsigned int *)gmallocn_checkoverflow(nPages, sizeof(unsigned int)); in Hints()
119 pageObjectNum = (int *)gmallocn_checkoverflow(nPages, sizeof(int)); in Hints()
120 xRefOffset = (unsigned int *)gmallocn_checkoverflow(nPages, sizeof(unsigned int)); in Hints()
121 pageLength = (unsigned int *)gmallocn_checkoverflow(nPages, sizeof(unsigned int)); in Hints()
122 pageOffset = (Goffset *)gmallocn_checkoverflow(nPages, sizeof(Goffset)); in Hints()
123 numSharedObject = (unsigned int *)gmallocn_checkoverflow(nPages, sizeof(unsigned int)); in Hints()
124 sharedObjectId = (unsigned int **)gmallocn_checkoverflow(nPages, sizeof(unsigned int *)); in Hints()
384 groupLength = (unsigned int *)gmallocn_checkoverflow(nSharedGroups, sizeof(unsigned int)); in readSharedObjectsTable()
385 groupOffset = (unsigned int *)gmallocn_checkoverflow(nSharedGroups, sizeof(unsigned int)); in readSharedObjectsTable()
387 groupNumObjects = (unsigned int *)gmallocn_checkoverflow(nSharedGroups, sizeof(unsigned int)); in readSharedObjectsTable()
[all …]
H A DJBIG2Stream.cc989 bitmaps = (JBIG2Bitmap **)gmallocn_checkoverflow(size, sizeof(JBIG2Bitmap *)); in JBIG2SymbolDict()
1045 bitmaps = (JBIG2Bitmap **)gmallocn_checkoverflow(sizeA, sizeof(JBIG2Bitmap *)); in JBIG2PatternDict()
1287 refSegs = (unsigned int *)gmallocn_checkoverflow(nRefSegs, sizeof(unsigned int)); in readSegments()
1569 …bitmaps = (JBIG2Bitmap **)gmallocn_checkoverflow(numInputSyms + numNewSyms, sizeof(JBIG2Bitmap *)); in readSymbolDictSeg()
1660 symWidths = (unsigned int *)gmallocn_checkoverflow(numNewSyms, sizeof(unsigned int)); in readSymbolDictSeg()
1994 syms = (JBIG2Bitmap **)gmallocn_checkoverflow(numSyms, sizeof(JBIG2Bitmap *)); in readTextRegionSeg()
2125 … symCodeTab = (JBIG2HuffmanTable *)gmallocn_checkoverflow(numSyms + 1, sizeof(JBIG2HuffmanTable)); in readTextRegionSeg()
2625 grayImg = (unsigned int *)gmallocn_checkoverflow(gridW * gridH, sizeof(unsigned int)); in readHalftoneRegionSeg()
2831 codingLine = (int *)gmallocn_checkoverflow(w + 1, sizeof(int)); in readGenericBitmap()
2832 refLine = (int *)gmallocn_checkoverflow(w + 2, sizeof(int)); in readGenericBitmap()
[all …]
/dports/graphics/poppler-qt5/poppler-21.12.0/poppler/
H A DHints.cc118 nObjects = (unsigned int *)gmallocn_checkoverflow(nPages, sizeof(unsigned int)); in Hints()
119 pageObjectNum = (int *)gmallocn_checkoverflow(nPages, sizeof(int)); in Hints()
120 xRefOffset = (unsigned int *)gmallocn_checkoverflow(nPages, sizeof(unsigned int)); in Hints()
121 pageLength = (unsigned int *)gmallocn_checkoverflow(nPages, sizeof(unsigned int)); in Hints()
122 pageOffset = (Goffset *)gmallocn_checkoverflow(nPages, sizeof(Goffset)); in Hints()
123 numSharedObject = (unsigned int *)gmallocn_checkoverflow(nPages, sizeof(unsigned int)); in Hints()
124 sharedObjectId = (unsigned int **)gmallocn_checkoverflow(nPages, sizeof(unsigned int *)); in Hints()
384 groupLength = (unsigned int *)gmallocn_checkoverflow(nSharedGroups, sizeof(unsigned int)); in readSharedObjectsTable()
385 groupOffset = (unsigned int *)gmallocn_checkoverflow(nSharedGroups, sizeof(unsigned int)); in readSharedObjectsTable()
387 groupNumObjects = (unsigned int *)gmallocn_checkoverflow(nSharedGroups, sizeof(unsigned int)); in readSharedObjectsTable()
[all …]
H A DJBIG2Stream.cc989 bitmaps = (JBIG2Bitmap **)gmallocn_checkoverflow(size, sizeof(JBIG2Bitmap *)); in JBIG2SymbolDict()
1045 bitmaps = (JBIG2Bitmap **)gmallocn_checkoverflow(sizeA, sizeof(JBIG2Bitmap *)); in JBIG2PatternDict()
1287 refSegs = (unsigned int *)gmallocn_checkoverflow(nRefSegs, sizeof(unsigned int)); in readSegments()
1569 …bitmaps = (JBIG2Bitmap **)gmallocn_checkoverflow(numInputSyms + numNewSyms, sizeof(JBIG2Bitmap *)); in readSymbolDictSeg()
1660 symWidths = (unsigned int *)gmallocn_checkoverflow(numNewSyms, sizeof(unsigned int)); in readSymbolDictSeg()
1994 syms = (JBIG2Bitmap **)gmallocn_checkoverflow(numSyms, sizeof(JBIG2Bitmap *)); in readTextRegionSeg()
2125 … symCodeTab = (JBIG2HuffmanTable *)gmallocn_checkoverflow(numSyms + 1, sizeof(JBIG2HuffmanTable)); in readTextRegionSeg()
2625 grayImg = (unsigned int *)gmallocn_checkoverflow(gridW * gridH, sizeof(unsigned int)); in readHalftoneRegionSeg()
2831 codingLine = (int *)gmallocn_checkoverflow(w + 1, sizeof(int)); in readGenericBitmap()
2832 refLine = (int *)gmallocn_checkoverflow(w + 2, sizeof(int)); in readGenericBitmap()
[all …]
/dports/graphics/poppler/poppler-21.12.0/poppler/
H A DHints.cc118 nObjects = (unsigned int *)gmallocn_checkoverflow(nPages, sizeof(unsigned int)); in Hints()
119 pageObjectNum = (int *)gmallocn_checkoverflow(nPages, sizeof(int)); in Hints()
120 xRefOffset = (unsigned int *)gmallocn_checkoverflow(nPages, sizeof(unsigned int)); in Hints()
121 pageLength = (unsigned int *)gmallocn_checkoverflow(nPages, sizeof(unsigned int)); in Hints()
122 pageOffset = (Goffset *)gmallocn_checkoverflow(nPages, sizeof(Goffset)); in Hints()
123 numSharedObject = (unsigned int *)gmallocn_checkoverflow(nPages, sizeof(unsigned int)); in Hints()
124 sharedObjectId = (unsigned int **)gmallocn_checkoverflow(nPages, sizeof(unsigned int *)); in Hints()
384 groupLength = (unsigned int *)gmallocn_checkoverflow(nSharedGroups, sizeof(unsigned int)); in readSharedObjectsTable()
385 groupOffset = (unsigned int *)gmallocn_checkoverflow(nSharedGroups, sizeof(unsigned int)); in readSharedObjectsTable()
387 groupNumObjects = (unsigned int *)gmallocn_checkoverflow(nSharedGroups, sizeof(unsigned int)); in readSharedObjectsTable()
[all …]
H A DJBIG2Stream.cc989 bitmaps = (JBIG2Bitmap **)gmallocn_checkoverflow(size, sizeof(JBIG2Bitmap *)); in JBIG2SymbolDict()
1045 bitmaps = (JBIG2Bitmap **)gmallocn_checkoverflow(sizeA, sizeof(JBIG2Bitmap *)); in JBIG2PatternDict()
1287 refSegs = (unsigned int *)gmallocn_checkoverflow(nRefSegs, sizeof(unsigned int)); in readSegments()
1569 …bitmaps = (JBIG2Bitmap **)gmallocn_checkoverflow(numInputSyms + numNewSyms, sizeof(JBIG2Bitmap *)); in readSymbolDictSeg()
1660 symWidths = (unsigned int *)gmallocn_checkoverflow(numNewSyms, sizeof(unsigned int)); in readSymbolDictSeg()
1994 syms = (JBIG2Bitmap **)gmallocn_checkoverflow(numSyms, sizeof(JBIG2Bitmap *)); in readTextRegionSeg()
2125 … symCodeTab = (JBIG2HuffmanTable *)gmallocn_checkoverflow(numSyms + 1, sizeof(JBIG2HuffmanTable)); in readTextRegionSeg()
2625 grayImg = (unsigned int *)gmallocn_checkoverflow(gridW * gridH, sizeof(unsigned int)); in readHalftoneRegionSeg()
2831 codingLine = (int *)gmallocn_checkoverflow(w + 1, sizeof(int)); in readGenericBitmap()
2832 refLine = (int *)gmallocn_checkoverflow(w + 2, sizeof(int)); in readGenericBitmap()
[all …]
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/goo/
H A Dgmem.h58 extern void *gmallocn_checkoverflow(int nObjs, int objSize);
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/goo/
H A Dgmem.h58 extern void *gmallocn_checkoverflow(int nObjs, int objSize);
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/goo/
H A Dgmem.h58 extern void *gmallocn_checkoverflow(int nObjs, int objSize);
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/goo/
H A Dgmem.h58 extern void *gmallocn_checkoverflow(int nObjs, int objSize);
/dports/editors/texworks/texworks-release-0.6.2/lib-patches/
H A Dpoppler-0001-Fix-bogus-memory-allocation-in-SplashFTFont-makeGlyp.patch21 bitmap->data = (Guchar *)gmallocn_checkoverflow(rowSize, bitmap->h);
/dports/editors/texstudio/texstudio-4.1.2/travis-ci/lib-patches/
H A Dpoppler-0001-Fix-bogus-memory-allocation-in-SplashFTFont-makeGlyp.patch21 bitmap->data = (unsigned char *)gmallocn_checkoverflow(rowSize, bitmap->h);
/dports/graphics/poppler/poppler-21.12.0/goo/
H A Dgmem.h123 inline void *gmallocn_checkoverflow(int count, int size) in gmallocn_checkoverflow() function
/dports/graphics/poppler-qt5/poppler-21.12.0/goo/
H A Dgmem.h123 inline void *gmallocn_checkoverflow(int count, int size) in gmallocn_checkoverflow() function
/dports/graphics/poppler-glib/poppler-21.12.0/goo/
H A Dgmem.h123 inline void *gmallocn_checkoverflow(int count, int size) in gmallocn_checkoverflow() function
/dports/graphics/poppler-utils/poppler-21.12.0/goo/
H A Dgmem.h123 inline void *gmallocn_checkoverflow(int count, int size) in gmallocn_checkoverflow() function
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/splash/
H A DSplashFont.cc100 cache = (Guchar *)gmallocn_checkoverflow(cacheSets* cacheAssoc, glyphSize); in initCache()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/splash/
H A DSplashFont.cc95 cache = (Guchar *)gmallocn_checkoverflow(cacheSets* cacheAssoc, glyphSize); in initCache()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/splash/
H A DSplashFont.cc100 cache = (Guchar *)gmallocn_checkoverflow(cacheSets* cacheAssoc, glyphSize); in initCache()

12345