Re: [Openvpn-devel] [PATCH] Improve the mysprintf() issue in openvpnserv.c

2011-04-21 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21/04/11 20:47, David Sommerseth wrote: > From: David Sommerseth > > A quick and dirty compile fix was introduced in commit 77d244050964525417, > and was accepted under the condition that it would be a temporary fix. > > As the usage of _snprintf()

Re: [Openvpn-devel] [PATCH] Improve the mysprintf() issue in openvpnserv.c

2011-04-21 Thread Peter Stuge
David Sommerseth wrote: > Signed-off-by: David Sommerseth Acked-by: Peter Stuge

[Openvpn-devel] [PATCH] Improve the mysprintf() issue in openvpnserv.c

2011-04-21 Thread David Sommerseth
From: David Sommerseth A quick and dirty compile fix was introduced in commit 77d244050964525417, and was accepted under the condition that it would be a temporary fix. As the usage of _snprintf() is realy not ideal on Windows, this patch uses the same well tested openvpn_snprintf() function fro