mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-20 19:12:33 +01:00
eapol: Return if eapol_find_sm returns NULL
This commit is contained in:
parent
a95b0e3a5a
commit
3432cfa53e
@ -785,6 +785,8 @@ void __eapol_rx_packet(uint32_t ifindex, const uint8_t *spa, const uint8_t *aa,
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
sm = eapol_find_sm(ifindex, spa, aa);
|
sm = eapol_find_sm(ifindex, spa, aa);
|
||||||
|
if (!sm)
|
||||||
|
return;
|
||||||
|
|
||||||
/* Wrong direction */
|
/* Wrong direction */
|
||||||
if (!ek->key_ack)
|
if (!ek->key_ack)
|
||||||
|
Loading…
Reference in New Issue
Block a user