]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Crash in options.c
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:34:39 +0000 (08:34 +0100)
commit6650911256b2e636b4a2d754cfe60e949f213f91
tree0dd03b1b0946d5e78a880d3bbcf7654b701fd676
parentbf72ae68c05922c289056f2f851ed36014449cdf
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>
(cherry picked from commit 49629380a7bdba25c24c9d410b79946fe29249f0)
src/openvpn/options.c