1
Fork 0
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:
Sylvestre Ledru 2023-12-21 16:18:00 +01:00 committed by GitHub
parent 6510115d9e
commit 546201bd00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 101 additions and 31 deletions

View file

@ -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/" }