Skip to content

Instantly share code, notes, and snippets.

@qlyoung
Created November 18, 2019 21:09
Show Gist options
  • Save qlyoung/a59b7521e1f07cd7cd89a165596f7dca to your computer and use it in GitHub Desktop.
Save qlyoung/a59b7521e1f07cd7cd89a165596f7dca to your computer and use it in GitHub Desktop.
Notes for Fuzzing FRR
  • Wherever possible, disable loading the CLI tree for massive performance gains (> 3x)
  • If running in parallel, disable pidfile checks
  • Skip option parsing
  • Disable checksums where applicable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment