Re: [Openvpn-devel] [PATCH] openvpn-down-root.so causes a segfault on premature exits

2009-12-11 Thread James Yonan
David, I've committed a fix for this: r5261 | james | 2009-12-10 16:50:03 -0700 (Thu, 10 Dec 2009) | 10 lines Changed paths: M /branches/BETA21/openvpn/plugin/auth-pam/auth-pam.c M /branches/BETA21/openvpn/plugin/down

[Openvpn-devel] [PATCH] openvpn-down-root.so causes a segfault on premature exits

2009-12-09 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If openvpn is interrupted before openvpn_plugin_open_v1() is called, there is no context allocated which openvpn_plugin_abort_v1() can use. Signed-off-by: David Sommerseth - --- plugin/down-root/down-root.c |2 +- 1 files changed, 1 insertions