André Hentschel : winedbg: Increase buffer for function names.

Alexandre Julliard julliard at winehq.org
Wed Jun 1 12:11:08 CDT 2011


Module: wine
Branch: master
Commit: 3ea13c9c49fa738b97b9614884d8cfaea357932b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3ea13c9c49fa738b97b9614884d8cfaea357932b

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue May 31 20:17:34 2011 +0200

winedbg: Increase buffer for function names.

---

 programs/winedbg/info.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/winedbg/info.c b/programs/winedbg/info.c
index 51cf207..bc59eed 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));




More information about the wine-cvs mailing list