View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002625 | FSSCP | user interface | public | 2012-03-06 05:27 | 2012-03-07 05:24 |
| Reporter | Goober5000 | Assigned To | Goober5000 | ||
| Priority | normal | Severity | crash | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Summary | 0002625: Potential crash with variables in briefings | ||||
| Description | The character arrays for command briefings, briefings, and debriefings are all dynamically allocated. However, if any briefing stages contain variable names, the variables will be replaced with their values in-place. This has the potential to cause a crash if the replacement is larger than the variable name: the briefing text will overflow the bounds of the allocated string. | ||||
| Additional Information | Work is in progress to obviate this problem by converting briefing text to use SCP_string. | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2012-03-06 05:27 | Goober5000 | New Issue | |
| 2012-03-06 05:27 | Goober5000 | Status | new => assigned |
| 2012-03-06 05:27 | Goober5000 | Assigned To | => Goober5000 |
| 2012-03-07 05:23 | Goober5000 | Note Added: 0013406 | |
| 2012-03-07 05:24 | Goober5000 | Status | assigned => resolved |
| 2012-03-07 05:24 | Goober5000 | Resolution | open => fixed |