renet/fuzz
Thibaut Vandervelden 76f1b81182 Add fuzzing for IEEE802.15.4
Because IEEE802.15.4 uses a lot of compression in its frame, fuzzing it
is maybe a good idea. Adding this fuzz target showed that some frame
methods were panicking. `check_len` now checks if accessors will panic
or not.

I ran the fuzzer for about 15 minutes and nothing showed up.
2021-11-04 12:01:03 +01:00
..
corpus/packet_parser Add some ICMPv4 and ICMPv6 packets to fuzz corpus. 2018-01-26 18:43:39 +00:00
fuzz_targets Add fuzzing for IEEE802.15.4 2021-11-04 12:01:03 +01:00
.gitignore Add packet parser fuzzer. 2017-06-24 11:43:12 +00:00
Cargo.toml Add fuzzing for IEEE802.15.4 2021-11-04 12:01:03 +01:00
utils.rs fuzz: Modernize fuzz crate, fix tcp_headers not compiling. 2021-10-03 21:29:40 +02:00