You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
565: Add fuzzing for IEEE802.15.4 frame r=Dirbaio a=thibautvdv
Because IEEE802.15.4 uses 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 after the changes in `check_len`.
Co-authored-by: Thibaut Vandervelden <thvdveld@vub.be>
0 commit comments