]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Verify double DISABLE on hostapd with multi-BSS configuration
authorJouni Malinen <j@w1.fi>
Sat, 31 May 2014 14:15:41 +0000 (17:15 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 31 May 2014 14:16:33 +0000 (17:16 +0300)
commitde93da914fb18976b32f9b189e22f0aface0646b
tree0b3a31ecbd6389dacb948ab8ef35518022b17699
parentd92bdf96028e4f3ed115d5e1055be7061923f7f4
tests: Verify double DISABLE on hostapd with multi-BSS configuration

This used to result in a segmentation fault due to use of freed memory
(mismatch in pointer lifetime between hostapd.c and driver_nl80211.c).

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_ap_dynamic.py