diff --git a/programs/winedbg/info.c b/programs/winedbg/info.c index 51cf207d277..bc59eed1b16 100644 --- a/programs/winedbg/info.c +++ b/programs/winedbg/info.c @@ -833,7 +833,7 @@ void info_win32_exception(void) break; case EXCEPTION_WINE_STUB: { - char dll[32], name[64]; + char dll[32], name[256]; memory_get_string(dbg_curr_process, (void*)rec->ExceptionInformation[0], TRUE, FALSE, dll, sizeof(dll));