Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2022-23852/
Dpoc.cpp335 static int xml_malloc_list_size = 0; variable
339 if (xml_malloc_list_size < kMaxEntries) { in xml_malloc()
340 xml_malloc_list[xml_malloc_list_size].mem_ptr = ptr; in xml_malloc()
341 xml_malloc_list[xml_malloc_list_size].mem_size = size; in xml_malloc()
342 ++xml_malloc_list_size; in xml_malloc()
348 for (int i = 0; i < xml_malloc_list_size; ++i) { in match_allocation_size()