winedbg: Double dll name buffer size for unimplemented function exception.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d560182624
commit
51fbcc0c23
|
@ -914,7 +914,7 @@ void info_win32_exception(void)
|
|||
break;
|
||||
case EXCEPTION_WINE_STUB:
|
||||
{
|
||||
char dll[32], name[256];
|
||||
char dll[64], name[256];
|
||||
memory_get_string(dbg_curr_process,
|
||||
(void*)rec->ExceptionInformation[0], TRUE, FALSE,
|
||||
dll, sizeof(dll));
|
||||
|
|
Loading…
Reference in New Issue