google / OpenSK

OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2 standards.
Apache License 2.0
3k stars 291 forks source link

OpenSK panic in corpus testing (tracking) #177

Open mingxguo27 opened 4 years ago

mingxguo27 commented 4 years ago
  1. Track kernel panic: some inputs in the corpus generated by the gray-box fuzzer caused a kernel crash when tested on hardware.
  2. OpenSK's main currently has 5 explicit panics (at L57, L96, L134, L209 and L353/355), consider keeping/changing the behaviour for fuzzing sake.
mingxguo27 commented 4 years ago

How can I assign it to myself?

mingxguo27 commented 4 years ago

The input file that caused a crash can be found here.