]> git.ipfire.org Git - thirdparty/hostap.git/commit
eapol_test: Fix extra RADIUS attribute allocation
authorJouni Malinen <j@w1.fi>
Sat, 12 Jan 2013 10:32:43 +0000 (12:32 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 12 Jan 2013 10:32:43 +0000 (12:32 +0200)
commit42ad72029f45ad899274b600874f0ca850989555
tree242c86f5c4c1ba0b39f8791de17dcc8169e47213
parentf96c1d76fd658ca24ffbd3474df82f67558dc56d
eapol_test: Fix extra RADIUS attribute allocation

The sizeof(ptr) use here was not correct and resulted in too small
memory block getting allocated for the -N command line argument.

Signed-hostap: Jouni Malinen <j@w1.fi>
wpa_supplicant/eapol_test.c