mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
Increase size of insufficiently big stack allocated buffer used for
error messages in PROCESS_InitWine.
This commit is contained in:
parent
1868b026c1
commit
001fa26255
@ -575,7 +575,7 @@ static void start_process(void)
|
||||
*/
|
||||
void PROCESS_InitWine( int argc, char *argv[], LPSTR win16_exe_name, HANDLE *win16_exe_file )
|
||||
{
|
||||
char error[100], *p;
|
||||
char error[1024], *p;
|
||||
DWORD stack_size = 0;
|
||||
|
||||
/* Initialize everything */
|
||||
|
Loading…
Reference in New Issue
Block a user