View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0008136 | mantisbt | bugtracker | public | 2007-07-09 11:03 | 2008-04-19 04:10 |
| Reporter | polzin | Assigned To | grangeway | ||
| Priority | normal | Severity | major | Reproducibility | sometimes |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.0.5 | ||||
| Fixed in Version | 1.2.0a1 | ||||
| Summary | 0008136: Some texts may cause php crash without error message | ||||
| Description | I had the problem that after some user added a note, all bugnotes where not displayed on the page. I tracked down the problem to an regexp overflow that can be avoided by using "/<pre[^>]?>([^<]|[<])*?<\/pre>/" instead of "/<pre[^>]?>(.|\n)?<\/pre>/" in core/string_api.php/strings_nl2br. I tried it on different mantis installations and could reproduce it only in one. | ||||
| Steps To Reproduce |
| ||||
| Tags | No tags attached. | ||||
|
Hello, I believe that this is fixed by the commit at http://mantisbt.svn.sourceforge.net/viewvc/mantisbt/trunk/mantisbt/core/string_api.php?r1=4806&r2=4819 The fix will be in 1.2.X releases and also backported to 1.1 Any further problems or comments please let us know |
|