Commit 51fbcc0c authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

winedbg: Double dll name buffer size for unimplemented function exception.

parent d5601826
......@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment