- Status Closed
- Percent Complete
- Task Type Patches
- Category Plugins
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Rockbox
Opened by Mario Lang - 2007-10-11
Last edited by Peter D'Hoye - 2007-10-11
Opened by Mario Lang - 2007-10-11
Last edited by Peter D'Hoye - 2007-10-11
FS#7933 - fireworks.c: Duplicate element in autofire_delay_settings
The autofire_delay_settings array contains a duplicate element (300ms).
Since autofire_delay_values has only 15 elements, but 16 is assumed due to the duplicate element in …_settings, we have a possible out-of-bounds access as well.
Remove the duplicate element and change 16 to 15 all over.
Closed by Peter D'Hoye
2007-10-11 19:33
Reason for closing: Accepted
Additional comments about closing:
2007-10-11 19:33
Reason for closing: Accepted
Additional comments about closing:
thanks for spotting