Re: [Openvpn-devel] [PATCH] Changed snprintf to _snprintf in service-win32/openvpnserv.c

2011-01-06 Thread Matthias Andree
Am 05.01.2011 14:21, schrieb Samuli Seppänen: > This fixes a generic Windows/VC++ issue: > > > > Does this change affect the automake/gcc-based Windows builds? NAK. Do not mess with the

Re: [Openvpn-devel] [PATCH] Changed snprintf to _snprintf in service-win32/openvpnserv.c

2011-01-05 Thread Samuli Seppänen
David Sommerseth ha scritto: > On 05/01/11 14:21, Samuli Seppänen wrote: > > This fixes a generic Windows/VC++ issue: > > > > > > > Does this change affect the automake/gcc-based Windows

Re: [Openvpn-devel] [PATCH] Changed snprintf to _snprintf in service-win32/openvpnserv.c

2011-01-05 Thread Peter Stuge
Samuli Seppänen wrote: > +++ b/service-win32/openvpnserv.c > @@ -86,7 +86,7 @@ static HANDLE exit_event = NULL; > /* snprintf with guaranteed null termination */ > #define mysnprintf(out, ...) \ > { \ > - snprintf (out, sizeof(out), __VA_ARGS__); \ > + _snprintf

Re: [Openvpn-devel] [PATCH] Changed snprintf to _snprintf in service-win32/openvpnserv.c

2011-01-05 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/01/11 14:21, Samuli Seppänen wrote: > This fixes a generic Windows/VC++ issue: > > > > Does this change affect the automake/gcc-based

[Openvpn-devel] [PATCH] Changed snprintf to _snprintf in service-win32/openvpnserv.c

2011-01-05 Thread Samuli Seppänen
This fixes a generic Windows/VC++ issue: Does this change affect the automake/gcc-based Windows builds? -- Samuli Seppänen Community Manager OpenVPN Technologies, Inc irc freenode net: