tree: aa6b3187c2c5150265fa45cb29119b3d8d7f1c76 [path history] [tgz]
  1. cmin.GmZl7q0ShaGY/
  2. corpus/
  3. mayhem/
  4. src/
  5. .gitignore
  6. Cargo.toml
  7. cert.crt
  8. cert.key
  9. Dockerfile
  10. README.md
fuzz/README.md

This crate provides fuzzers based on libfuzzer.

Available fuzzers:

  • packet_recv_client: Processes a single incoming packet (including frames) at a time from the client side.

  • packet_recv_server: Processes a single incoming packet (including frames) at a time from the server side.

  • qpack_decode: Parses a single QPACK header block at a time.