From f5cbe4c9cab2873b60cd3c991732a250d2e164a2 Mon Sep 17 00:00:00 2001 From: Jan Vorlicek Date: Fri, 23 Dec 2016 14:41:28 +0100 Subject: Remove all usage of vsnprintf (#8709) This change removes all usages of vsnprintf and modifies runtime to not to use vsnprintf or _vsnprintf I've also fixed two issues in PAL TRACE function string format parameters that caused crashes when I was trying to run all PAL tests with PAL tracing enabled. --- src/dlls/mscordac/mscordac_unixexports.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dlls') diff --git a/src/dlls/mscordac/mscordac_unixexports.src b/src/dlls/mscordac/mscordac_unixexports.src index 7d60c1ed4b..ab73c4fcb8 100644 --- a/src/dlls/mscordac/mscordac_unixexports.src +++ b/src/dlls/mscordac/mscordac_unixexports.src @@ -17,7 +17,6 @@ PAL_fflush PAL__flushall PAL_free PAL_fwprintf -PAL_swprintf PAL_GetPALDirectoryW PAL_GetResourceString PAL_get_stdout @@ -35,7 +34,6 @@ PAL_printf PAL_qsort PAL_Reenter PAL_fprintf -PAL__vsnprintf PAL__wcstoui64 PAL_wcstoul PAL_iswprint @@ -52,6 +50,8 @@ _wcsicmp _stricmp sprintf_s swprintf_s +vsprintf_s +_snprintf_s _snwprintf_s _vsnprintf_s _vsnwprintf_s -- cgit v1.2.3