]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix VERSION_STR printf() calls in case the postfix strings include %
authorDidier Raboud <odyx@debian.org>
Sun, 16 Feb 2020 15:14:54 +0000 (16:14 +0100)
committerJouni Malinen <j@w1.fi>
Mon, 17 Feb 2020 17:17:10 +0000 (19:17 +0200)
commit8155b36fae793266fc3a990c30bbf6b72a1b0a1d
tree7e8c5553bf7065881e81ba7d0d18a0a9080e3f52
parentdd74ddd0dff67c59e416bee9f764b27044a2ade5
Fix VERSION_STR printf() calls in case the postfix strings include %

Do not use VERSION_STR directly as the format string to printf() since
it is possible for that string to contain '%'.

Signed-off-by: Didier Raboud <odyx@debian.org>
hostapd/main.c
hs20/server/hs20_spp_server.c
wpa_supplicant/eapol_test.c
wpa_supplicant/wpa_priv.c
wpa_supplicant/wpa_supplicant.c