View Issue Details

IDProjectCategoryView StatusLast Update
0002625FSSCPuser interfacepublic2012-03-07 05:24
ReporterGoober5000 Assigned ToGoober5000  
PrioritynormalSeveritycrashReproducibilityhave not tried
Status resolvedResolutionfixed 
Summary0002625: Potential crash with variables in briefings
DescriptionThe 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 InformationWork is in progress to obviate this problem by converting briefing text to use SCP_string.
TagsNo tags attached.

Activities

Goober5000

2012-03-07 05:23

administrator   ~0013406

Migration complete as of revision 8595.

Issue History

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