Changes between Initial Version and Version 1 of Ticket #13908, comment 6


Ignore:
Timestamp:
Nov 19, 2023, 9:26:04 AM (6 months ago)
Author:
eriktorbjorn

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13908, comment 6

    initial v1  
    99
    1010the 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
     12I couldn't reproduce the Indy 3 VGA ASAN crash, so maybe that's been fixed already?