View Issue Details

IDProjectCategoryView StatusLast Update
0001431XdebugUncategorizedpublic2017-12-02 18:36
Reporterderick Assigned Toderick  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Target Version2.6.0Fixed in Version2.6.0alpha1 
Summary0001431: Fix "use after free" with in add_name_attribute_or_element
Description

As per https://github.com/xdebug/xdebug/pull/346, there is a use after free:

"add_name_attribute_or_element implicitly frees full_name but xdebug_var_export_xml_node passes it over to xdebug_array_element_export_xml_node which attempts to read it"

TagsNo tags attached.
Operating System
PHP Version7.1.0-7.1.4

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2017-05-01 08:39 derick New Issue
2017-05-01 08:39 derick Status new => assigned
2017-05-01 08:39 derick Assigned To => derick
2017-11-12 19:34 derick Status assigned => closed
2017-11-12 19:34 derick Resolution open => fixed
2017-11-12 19:34 derick Fixed in Version => 2.6.0dev
2017-12-02 15:57 derick Fixed in Version 2.6.0dev => 2.6.0alpha1
2017-12-02 18:34 derick Target Version 2.6.0dev => 2.6.0alpha1
2017-12-02 18:36 derick Target Version 2.6.0alpha1 => 2.6.0
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized