View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000885 | Xdebug | public | 2012-09-25 06:20 | 2012-10-21 19:21 | |
| Reporter | xiezhenye | Assigned To | |||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.2.1 | ||||
| Summary | 0000885: missing validation point returned by strchr in xdebug_error_cb | ||||
| Description | at /home/eric/package/xdebug-2.2.1/xdebug_stack.c:624 if error message is longer than PG(log_errors_max_len), tail \n may be missing. then, seg fault will occurred | ||||
| Steps To Reproduce | <?php throw new Exception("long message ".str_repeat('.', 10240)); ?> run this code with xdebug will cause Segmentation fault | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.4.4 | ||||