Files
Shipwright/soh
David Racine c7d72c0cdb 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>
2026-07-30 14:11:48 +00:00
..
2026-07-19 22:37:45 +00:00
2024-02-01 23:11:31 -06:00
2025-02-04 10:48:41 +01:00
2024-10-31 07:42:27 -07:00
2026-07-25 14:05:12 +00:00
2025-04-01 22:33:38 -04:00