Commit 3ea13c9c authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winedbg: Increase buffer for function names.

parent ea361367
......@@ -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));
......
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