View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000871 | FSSCP | sound | public | 2006-03-22 20:07 | 2006-03-22 20:47 |
| Reporter | Zephiris | Assigned To | taylor | ||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Summary | 0000871: Sound Unloading (VS2005) | ||||
| Description | When 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. | ||||
| Tags | No tags attached. | ||||
| 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 |