Fuzzing LND
The
fuzz
package is organized into subpackages which are named after the lnd
package they test. Each subpackage has its own set of fuzz targets.This section will cover setup and installation of the fuzzing binaries.
- The following is a command to build all fuzzing harnesses:⛰ make fuzz-build
- This may take a while since this will create zip files associated with each fuzzing target.
- The following is a command to run all fuzzing harnesses for 30 seconds: