[Openvpn-devel] uninitialized handle fix (serious bug on Win 8.1), another attempt

2013-12-07 Thread Илья Шипицин
if handle is not initialized, orig_stderr variable could take random value, which we observe on Windows 8.1 (bug reported here as well: https://forums.openvpn.net/topic13246.html ) diff --git a/src/openvpn/error.c b/src/openvpn/error.c index ebe9a52..b34d209 100644 --- a/src/openvpn/error.c +++ b/

Re: [Openvpn-devel] uninitialized handle fix (serious bug on Win 8.1), another attempt

2013-12-07 Thread Gert Doering
Hi, On Sat, Dec 07, 2013 at 09:01:35PM +0600, ??? wrote: > if handle is not initialized, orig_stderr variable could take random > value, which we observe on Windows 8.1 (bug reported here as well: > https://forums.openvpn.net/topic13246.html ) This can't be the right fix - if the problem