]> git.ipfire.org Git - thirdparty/hostap.git/commit
FST: Fix MB IE clearing on detach
authorAnton Nayshtut <qca_antonn@qca.qualcomm.com>
Mon, 27 Jul 2015 13:45:36 +0000 (16:45 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 3 Aug 2015 14:40:29 +0000 (17:40 +0300)
commit5e09f24a344d5043703a8d93cf51d9369247172f
tree0224b005f374eb5987065fac45f1c70efec71a83
parent2665c26f91d0c19aa5745802635cc357abd79d67
FST: Fix MB IE clearing on detach

This fixes an issue where freed MB IEs buffer memory could potentially
have been accessed after an interface is detached from FST group.
Without this fix, if an interface is detached from FST group, it can use
MB IEs buffer previously set by fst_iface_set_ies(), although the buffer
was released by fst_iface_delete().

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/fst/fst_iface.c