]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Fix snprintf buffer length for group ifname backup
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 24 Oct 2013 17:13:32 +0000 (20:13 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 24 Oct 2013 18:22:30 +0000 (21:22 +0300)
commit41c526f35754436e47b27e228b8e659c50cc5e25
tree5695bba47abc0573385dd4b70cefc74b2ad42454
parentfa56315cfc9ebaff2b210ed99d43dda9b16bdf56
P2P: Fix snprintf buffer length for group ifname backup

Commit 2e5ba4b6d14e600d259bbaf59a8fca61dab8f987 moved this to a function
and updated one of the os_snprintf() calls to use the len parameter, but
forgot the other one.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/p2p_supplicant.c