Fixed out-of-bounds global buffer access

. detected using VS2019 asan support
This commit is contained in:
tomcw 2019-10-23 18:17:38 +01:00
parent 32d0098b70
commit 07aeadc23f
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ const TCHAR CPageAdvanced::m_CloneChoices[] =
TEXT("Pravets 82\0") // Bulgarian
TEXT("Pravets 8M\0") // Bulgarian
TEXT("Pravets 8A\0") // Bulgarian
TEXT("TK3000 //e"); // Brazilian
TEXT("TK3000 //e\0"); // Brazilian
BOOL CALLBACK CPageAdvanced::DlgProc(HWND hWnd, UINT message, WPARAM wparam, LPARAM lparam)
{