]> git.ipfire.org Git - thirdparty/hostap.git/commit
FT RRB: Clear pad field to avoid sending out uninitialized data
authorJouni Malinen <j@w1.fi>
Sat, 24 Aug 2013 21:35:10 +0000 (00:35 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 24 Aug 2013 21:35:10 +0000 (00:35 +0300)
commit5bcd5c5a68073a0cb41a373c5cf77a6f1366ea1c
treebd96cd297bd0d786a9826ec9113c68f8189ea354
parentf84692764a8aa414f0672c867301af2485730c17
FT RRB: Clear pad field to avoid sending out uninitialized data

The pad field in the RRB messages is unused, but it should be
initialized to avoid sending out arbitrary data from stack. This was
also generating number of valgrind complaints about uninitialized memory
accesses in local FT tests.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/ap/wpa_auth_ft.c