Fixed out-of-bounds global buffer access
. detected using VS2019 asan support
This commit is contained in:
parent
bb645d82e1
commit
250e481104
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue