]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/events.c
Fix crash on channel list changed event during driver init
authorJouni Malinen <jouni.malinen@atheros.com>
Wed, 20 Oct 2010 16:30:55 +0000 (19:30 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 20 Oct 2010 16:30:55 +0000 (19:30 +0300)
commit35c5d6103729530763662137952070258237976c
treef435cd5e01063c51e0aa7a107516f93c746d60b8
parentef10f4733f2f28cfe0094ae3429485a4a30c57be
Fix crash on channel list changed event during driver init

The driver wrapper may indicate EVENT_CHANNEL_LIST_CHANGED before
completing init(). This would likely result in segfault when driver
channel list is being read as part of processing this event when
P2P is enabled.
wpa_supplicant/events.c