]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Crash in options.c 66/head 77/head
authorGisle Vanem <gvanem@yahoo.no>
Mon, 2 Jan 2017 16:17:51 +0000 (17:17 +0100)
committerGert Doering <gert@greenie.muc.de>
Wed, 4 Jan 2017 07:30:40 +0000 (08:30 +0100)
commit49629380a7bdba25c24c9d410b79946fe29249f0
treeed2b9dc7a72db8d848e96651a384274974914baa
parenta5dbf8c8dab23c47407c3f833c4f4aae52408af1
Crash in options.c

When compiling with --disable-crypto, openvpn would crash on --help as
commit 5d429efd97 introduce and extra %d into the "usage_message" string
but forgot to add it to the #ifndef ENABLE_CRYPTO fprintf() call.

Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <9d41f9dd-a587-5c1e-2e0d-ebb6c921f4ae@yahoo.no>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13808.html

Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/options.c