summaryrefslogtreecommitdiff
path: root/.devcontainer
diff options
context:
space:
mode:
authorDavid Racine <bass_dr@hotmail.com>2026-07-30 10:11:48 -0400
committerGitHub <noreply@github.com>2026-07-30 14:11:48 +0000
commitc7d72c0cdb71c29ff16097ca61c4d2312953ab91 (patch)
treeb42ccf6f523759e07227b20e8dfe90363a2ecaaf /.devcontainer
parent2c5762a0f287ee9de16eb8ed916275cf230fc60c (diff)
Fix startup crash from over-long "Speak Hylian" stat name (#6995)
itemTimestampDisplayName rows are char[24], sized for the 23-char column the table uses. #6978 corrected "SpeakHylian:" to "Speak Hylian:" but kept the original padding, making the string 24 chars + NUL = 25 bytes. That overflows the buffer, so the strcpy in SetupDisplayNames aborts (__strcpy_chk) at GUI init on any _FORTIFY_SOURCE build, crashing before the main menu. Drop one trailing space to restore the 23-char column. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to '.devcontainer')
0 files changed, 0 insertions, 0 deletions