We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092e245 commit 54e0dbeCopy full SHA for 54e0dbe
modules/rostests/winetests/advapi32/service.c
@@ -194,7 +194,7 @@ static void test_create_delete_svc(void)
194
SC_HANDLE scm_handle, svc_handle1, svc_handle2;
195
CHAR username[UNLEN + 1], domain[MAX_PATH];
196
DWORD user_size = UNLEN + 1;
197
- CHAR account[UNLEN + 3];
+ CHAR account[MAX_PATH + UNLEN + 1];
198
static const CHAR servicename [] = "Winetest";
199
static const CHAR pathname [] = "we_dont_care.exe";
200
static const CHAR empty [] = "";
0 commit comments