]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Fix couple of deinit path cases to clear pointers
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 25 Sep 2013 15:14:13 +0000 (18:14 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 25 Sep 2013 15:14:13 +0000 (18:14 +0300)
commit66f4dd155043f3837b898c21acb9252699a92bcd
tree370f53f5c7208869f355e3012bdb8fb4bb5dec2f
parentf18b7817ec2a4fa166b77f9ce1ad932ee3f7d58e
hostapd: Fix couple of deinit path cases to clear pointers

This fixes some issues where dynamic interface enable/disable cycles
could end up trying to free resources twice and crash the process while
doing so.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/vlan_init.c
src/ap/wpa_auth_glue.c