Home
last modified time | relevance | path

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

/src/contrib/expat/lib/
H A Dxmlparse.c591 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool);
651 (((pool)->ptr == (pool)->end && ! poolGrow(pool)) \
6779 if (! poolGrow(pool))
6872 if (pool->end == pool->ptr && ! poolGrow(pool)) {
6899 if (pool->end == pool->ptr && ! poolGrow(pool)) {
8006 if (! pool->ptr && ! poolGrow(pool))
8014 if (! poolGrow(pool))
8033 if (! pool->ptr && ! poolGrow(pool)) {
8071 if (pool->ptr == pool->end && ! poolGrow(pool))
8106 poolGrow(STRING_POOL *pool) { function
/src/contrib/expat/
H A DChanges1432 #25 More integer overflow detection (function poolGrow); commits
1600 #2958794: CVE-2012-1148 - Memory leak in poolGrow.