You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hostap/tests/ap-mgmt-fuzzer
Jouni Malinen bc4d7dfc5a tests: Fix ap-mgmt-fuzzer build configuration to match libap.a
Missing CONFIG_AIRTIME_POLICY=y made the offset of struct
hostapd_iface::prev_wmm different between libap.a and ap-mgmt-fuzzer.o
which resulted in odd fuzzing failures due to a memcpy to
ctx.iface->prev_wmm ending up writing on top of the ctx.hapd and in
particular, on top of ctx.hapd.iface pointer.

Credit to OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15013
Credit to OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15014
Credit to OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15015
Credit to OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15017
Credit to OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15019
Credit to OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15020
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
5 years ago
..
.gitignore ap-mgmt-fuzzer: Add .gitignore 7 years ago
Makefile tests: Fix ap-mgmt-fuzzer build configuration to match libap.a 5 years ago
ap-mgmt-fuzzer.c tests: Fix ap-mgmt-fuzzer exit to free memory 5 years ago
auth.dat tests: Add ap-mgmt-fuzzer 9 years ago
multi.dat tests: Allow multiple management frames to be used with ap-mgmt-fuzzer 8 years ago
probe-req.dat tests: Add ap-mgmt-fuzzer 9 years ago