summaryrefslogtreecommitdiff
path: root/src/debug/daccess/request.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/daccess/request.cpp')
-rw-r--r--src/debug/daccess/request.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/daccess/request.cpp b/src/debug/daccess/request.cpp
index 0e787ca135..af5848288a 100644
--- a/src/debug/daccess/request.cpp
+++ b/src/debug/daccess/request.cpp
@@ -1269,7 +1269,7 @@ ClrDataAccess::GetMethodDescName(CLRDATA_ADDRESS methodDesc, unsigned int count,
Module* pModule = pMD->GetModule();
if (pModule)
{
- WCHAR path[MAX_PATH];
+ WCHAR path[MAX_LONGPATH];
COUNT_T nChars = 0;
if (pModule->GetPath().DacGetUnicode(NumItems(path), path, &nChars) &&
nChars > 0 && nChars <= NumItems(path))