http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95f2d36
)
dbghelp: Prevent debug overflow of internal buffer while tracing.
author
Eric Pouech
<eric.pouech@orange.fr>
Wed, 30 Apr 2008 19:28:59 +0000
(21:28 +0200)
committer
Alexandre Julliard
<julliard@winehq.org>
Thu, 1 May 2008 09:13:01 +0000
(11:13 +0200)
dlls/dbghelp/msc.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/dbghelp/msc.c
b/dlls/dbghelp/msc.c
index a2d0c23dfe55f5efd74084bf1c62c7bc3bdc36c2..d04ebfb2c5c3b0c25ea6b17843603c68e6adf39a 100644
(file)
--- a/
dlls/dbghelp/msc.c
+++ b/
dlls/dbghelp/msc.c
@@
-1561,7
+1561,7
@@
static int codeview_snarf(const struct msc_debug_info* msc_dbg, const BYTE* root
while (*ptr1)
{
ptr2 = ptr1 + strlen(ptr1) + 1;
- TRACE("\t%s => %s\n", ptr1,
ptr2);
+ TRACE("\t%s => %s\n", ptr1,
debugstr_a(ptr2));
ptr1 = ptr2 + strlen(ptr2) + 1;
}
}