View Issue Details

IDProjectCategoryView StatusLast Update
0000871FSSCPsoundpublic2006-03-22 20:47
ReporterZephiris Assigned Totaylor  
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Summary0000871: Sound Unloading (VS2005)
DescriptionWhen sounds are unloading, there's a point when the variable 'n' is the same as 'Num_sounds', which is also the same as the size of 'Sounds', but accessing Sounds[n] is beyond the range, as it counts from 0. With version 8 MSVC runtime, this causes a crash (as it would on various other OSes likely, such as FreeBSD). As it's trying to set something beyond range, this would be an error, though one I'm not entirely sure how to fix looking at the code. I'm sure someone more familiar would be able to fix it.
TagsNo tags attached.

Activities

taylor

2006-03-22 20:47

administrator   ~0005214

Should be fixed now.

taylor

2006-03-22 20:47

administrator   ~0005215

Fixered.

Issue History

Date Modified Username Field Change
2006-03-22 20:07 Zephiris New Issue
2006-03-22 20:47 taylor Note Added: 0005214
2006-03-22 20:47 taylor Status new => resolved
2006-03-22 20:47 taylor Resolution open => fixed
2006-03-22 20:47 taylor Assigned To => taylor
2006-03-22 20:47 taylor Note Added: 0005215