From 2586907566c6a4b57d9f13761b65e23dc7f3281f Mon Sep 17 00:00:00 2001 From: Esme Povirk Date: Tue, 31 Aug 2021 13:25:32 -0500 Subject: [PATCH] mscoree: Don't trace arguments in CorExeMain. This can overflow the debug buffer. We could print each argument on an individual line, but command-line arguments can be obtained other ways and turned out to usually not be useful. Signed-off-by: Esme Povirk Signed-off-by: Alexandre Julliard --- dlls/mscoree/corruntimehost.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dlls/mscoree/corruntimehost.c b/dlls/mscoree/corruntimehost.c index d47492b7d4d..ec06717be85 100644 --- a/dlls/mscoree/corruntimehost.c +++ b/dlls/mscoree/corruntimehost.c @@ -1441,10 +1441,7 @@ __int32 WINAPI _CorExeMain(void) GetModuleFileNameW(NULL, filename, MAX_PATH); - TRACE("%s", debugstr_w(filename)); - for (i=0; i