Searched refs:php_wddx_push_element (Results 1 – 3 of 3) sorted by relevance
2 Bug #73065: Out-Of-Bounds Read in php_wddx_push_element of wddx.c
745 static void php_wddx_push_element(void *user_data, const XML_Char *name, const XML_Char **atts) in php_wddx_push_element() function1188 XML_SetElementHandler(parser, php_wddx_push_element, php_wddx_pop_element); in php_wddx_deserialize_ex()
418 . Fixed bug #73065 (Out-Of-Bounds Read in php_wddx_push_element). (Stas)
Completed in 37 milliseconds