chiark / gitweb /
regress: Introduce %_fuzz executables
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 19 Nov 2016 18:38:25 +0000 (18:38 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 11 Jun 2020 15:13:02 +0000 (16:13 +0100)
commitab178bf5668bd5bf1a4ca475e1b0edac60da5ebc
tree07038d16d0a818bf13944f7c9c6ab258f1397a60
parent2268d20b323a82e7e08d47929946df215399d916
regress: Introduce %_fuzz executables

This takes a single input file containing command line arguments,
stdin, and syscall stream, and runs the playback on it.

This will be useful for fuzzers.

Currently nothing calls this.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
.gitignore
regress/Makefile.in
regress/hfuzz.c [new file with mode: 0644]