docs/fuzzing.md
[!WARNING]
The fuzzing feature is not for production use. Binaries built with this feature must never be deployed to production.
Firecracker includes compile-time helpers for fuzz testing its internals via the
fuzzing feature flag.
Building with --features fuzzing alters several subsystems to make Firecracker
more amenable to fuzz testing:
To build Firecracker with the fuzzing helpers enabled:
cargo build --features "fuzzing"