Loading
llvm_nvme_fuzz: add -N option to specify data input file
If the fuzzer crashes or hangs, LLVM spits out a file containing the raw data input for the iteration that caused the crash or hang. Add a -N option to llvm_nvme_fuzz to allow the user to specify one of these files. When specified, the fuzzer will only run one iteration with that specific input data. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: I0d86cca7b2a0b6eaee263665478c31ee4060a8b8 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12451 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com>