mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-18 02:44:03 -05:00
7b6e81575f
If hapd_iface->bss[i] == NULL, this could have resulted in NULL pointer dereference in the debug print. Avoid this by skipping the message in case of NULL pointer. In addition, clear iface->bss[i] to NULL for additional robustness even though this array gets freed immediately. Signed-off-by: Jouni Malinen <j@w1.fi> |
||
---|---|---|
.. | ||
ap | ||
common | ||
crypto | ||
drivers | ||
eap_common | ||
eap_peer | ||
eap_server | ||
eapol_auth | ||
eapol_supp | ||
l2_packet | ||
p2p | ||
radius | ||
rsn_supp | ||
tls | ||
utils | ||
wps | ||
lib.rules | ||
Makefile |