View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001043 | Xdebug | Uncategorized | public | 2014-03-26 13:49 | 2014-05-19 23:37 |
| Reporter | remi | Assigned To | derick | ||
| Priority | normal | Severity | minor | Reproducibility | unable to reproduce |
| Status | resolved | Resolution | unable to reproduce | ||
| Platform | GNU/Linux | OS | Fedora | OS Version | 20 |
| Product Version | 2.2.4 | ||||
| Summary | 0001043: Possible null deref | ||||
| Description | In fetch_zval_from_symbol_table Bug report https://bugzilla.redhat.com/show_bug.cgi?id=1081000 | ||||
| Steps To Reproduce | ? | ||||
| Additional Information | A trivial fix could be: if (ht && zend_hash_find(ht, element, element_length + 1, (void *) &retval_pp) == SUCCESS) { But I don't enough about XDebug internals and if this is revelant. | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.5.5-5.5.9 | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2014-03-26 13:49 | remi | New Issue | |
| 2014-05-19 23:37 | derick | Note Added: 0002829 | |
| 2014-05-19 23:37 | derick | Status | new => resolved |
| 2014-05-19 23:37 | derick | Resolution | open => unable to reproduce |
| 2014-05-19 23:37 | derick | Assigned To | => derick |
| 2016-07-31 12:36 | derick | Category | Usage problems => Usage problems (Crashes) |
| 2016-07-31 12:38 | derick | Category | Usage problems (Crashes) => Usage problems (Wrong Results) |
| 2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
| 2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |