Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/xml/
Dcfx_xmlsyntaxparser.cpp109 FX_SAFE_SIZE_T alloc_size_safe = m_iXMLPlaneSize; in CFX_XMLSyntaxParser() local
110 alloc_size_safe += 1; // For NUL. in CFX_XMLSyntaxParser()
111 if (!alloc_size_safe.IsValid() || alloc_size_safe.ValueOrDie() <= 0) { in CFX_XMLSyntaxParser()
116 m_Buffer.resize(pdfium::base::ValueOrDieForType<size_t>(alloc_size_safe)); in CFX_XMLSyntaxParser()