Searched refs:textLen (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/expat/lib/ |
| H A D | xmlparse.c | 330 int textLen; /* length in XML_Chars */ member 5706 parser->m_declEntity->textLen 5715 parser->m_declEntity->textLen, parser->m_curBase, 0, 0, 0); 5738 parser->m_declEntity->textLen, parser->m_curBase, 0, 0, 0); 6529 textEnd = (const char *)(entity->textPtr + entity->textLen); 6621 = (const char *)(entity->textPtr + entity->textLen); 7082 = (const char *)(entity->textPtr + entity->textLen); 7157 entity->textLen = (int)(poolLength(pool)); 7929 = poolCopyStringN(newPool, oldE->textPtr, oldE->textLen); 7933 newE->textLen = oldE->textLen; [all …]
|
| /freebsd/contrib/expat/ |
| H A D | Changes | 167 #1262 CVE-2026-56407 -- Integer overflow in `textLen` handling
|