mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
fuzz: add the capability to pipe info into fuzz (#5668)
* fuzz: add the capability to pipe info into fuzz * address the comments * show the piped message if any
This commit is contained in:
parent
6510115d9e
commit
546201bd00
7 changed files with 101 additions and 31 deletions
|
@ -10,6 +10,7 @@ cargo-fuzz = true
|
|||
[dependencies]
|
||||
libfuzzer-sys = "0.4"
|
||||
libc = "0.2"
|
||||
tempfile = "3"
|
||||
rand = { version = "0.8", features = ["small_rng"] }
|
||||
|
||||
uucore = { path = "../src/uucore/" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue