win32-vd_agent/common
Christophe Fergeau 20d66f85ce Remove MSVC++ strncpy/strcat fallbacks
We currently have macros silently replacing use of strncpy/strcat with
strcpy_s/strcat_s when using MSVC++. However, these macros can have
unexpected effects as they use sizeof to find out the maximum size of
the destination string. This is a very significant difference from
strncpy/strcat, which can lead to subtle bugs as the behaviour is
different between mingw and MSVC++.
Now that we have our implementation of strcpy_s/strcat_s, we don't need
these #defines.
2015-03-20 10:45:12 +01:00
..
stdint.h mingw: don't redefine SIZE_MAX 2012-02-23 19:03:25 +01:00
vdcommon.cpp Add strcat_s/strcpy_s fallbacks 2015-03-20 10:45:12 +01:00
vdcommon.h Remove MSVC++ strncpy/strcat fallbacks 2015-03-20 10:45:12 +01:00
vdlog.cpp vdlog: Get swprinft_s definition from vdcommon.h 2013-01-22 12:43:44 +01:00
vdlog.h Add OLDMSVCRT fallback for _ftime_s 2013-01-22 12:43:51 +01:00