]> git.ipfire.org Git - thirdparty/hostap.git/commit
FILS: Check req_ies for NULL pointer in hostapd_notif_assoc()
authorPeng Xu <pxu@qti.qualcomm.com>
Thu, 7 Sep 2017 18:21:11 +0000 (11:21 -0700)
committerJouni Malinen <j@w1.fi>
Tue, 19 Sep 2017 12:28:58 +0000 (15:28 +0300)
commit3de1566db829a2a33edd0101009ac60b9af98b66
treef05afb3ea2886040cf6e3127f028ba8759de4bb9
parent78b6be046d971d33c8c2340251c96ddf8427892f
FILS: Check req_ies for NULL pointer in hostapd_notif_assoc()

Add checking for NULL req_ies when FILS processing a driver ASSOC event
in hostapd_notif_assoc(). This was already done in number of old code
paths, but the newer FILS path did not handle this. Though, it is
unlikely that this code path would be reachable in practice since this
is all within sta->auth_alg == WLAN_AUTH_FILS_* check.

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