hostapd/tests/fuzzing/wnm
Jouni Malinen 0a321d1733 tests: Fix fuzzing tester for WNM
Processing of WNM frames can results in a lookup of the current BSS
table. As such, the testing tool needs to initialize the BSS table to
avoid NULL pointer dereferences. This is not an issue that would show up
with real production uses with wpa_supplicant since wpa_bss_init() is
called there.

Credit to OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=67244
Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
2024-03-06 17:38:08 +02:00
..
corpus tests: New style fuzzing tool for wpa_supplicant WNM handling 2019-06-02 13:00:36 +03:00
.gitignore gitignore: Add various things 2020-10-10 13:06:53 +03:00
Makefile tests: Fix fuzzing test build after file rename 2021-02-07 18:16:28 +02:00
wnm.c tests: Fix fuzzing tester for WNM 2024-03-06 17:38:08 +02:00