View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001431 | Xdebug | Uncategorized | public | 2017-05-01 08:39 | 2017-12-02 18:36 |
Reporter | derick | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 2.6.0 | Fixed in Version | 2.6.0alpha1 | ||
Summary | 0001431: 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" | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 7.1.0-7.1.4 | ||||
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 |