Changes between Initial Version and Version 1 of Ticket #13908, comment 6
- Timestamp:
- Nov 19, 2023, 9:26:04 AM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13908, comment 6
initial v1 9 9 10 10 the value of freqmod_table is 512 and freqmod_offset is 12328. That means it's accessing freqmod_table[1282], which is outside the array. The naive fix would of course be to clip the index to the size of the array, but maybe there's something more insidious going on here? 11 12 I couldn't reproduce the Indy 3 VGA ASAN crash, so maybe that's been fixed already?