22 Aug
2024
22 Aug
'24
9:12 a.m.
Hans Leidekker (@hans) commented about dlls/odbccp32/odbccp32.c:
TRACE("%s\n", debugstr_w(lpszDSN));
+ if (!SQLValidDSNW(lpszDSN)) + { + push_error(ODBC_ERROR_INVALID_DSN, L"Invalid DSN"); + return FALSE; + }
Could you add a test for this? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6333#note_79556