Browse Source

WORKAROUND tag

Source commit: 2066b9a0d6906b90fcee7410dadb5054f7ee141e
Martin Prikryl 3 years ago
parent
commit
132dc8680c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      source/putty/utils.c

+ 1 - 0
source/putty/utils.c

@@ -373,6 +373,7 @@ static char *dupvprintf_inner(char *buf, size_t oldlen, size_t *sizeptr,
         va_copy(aq, ap);
         { // WINSCP
 #if defined _DEBUG && defined IDE
+// WORKAROUND
 // CodeGuard hangs in v*printf functions. But while it's possible to disable CodeGuard in vsprintf, it's not possible for vsnprintf.
 // We never want to distribute this version of the code, hence the IDE condition.
 // Put this into WinSCP.cgi along with WinSCP.exe