1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-19 03:31:06 +00:00
uutils-coreutils/fuzz/fuzz_targets
Sylvestre Ledru d07a2f0d86
Add new fuzzers: cut, sort, split and wc (#5760)
* fuzz: use thread to bypass the limitation of output

Closes: #5724

many thanks to @samueltardieu

* fuzz: enable seq as the stalled issue is fixed

* fuzz: add 4 more fuzzers

* fuzz: enable the 4 new fuzzers in the CI

* remove old import

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

* remove comment

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

* remove comment

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

* add more flags

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

* add space

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

* add a comment about sort local

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

* wrong copy/paste

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

* fuzz: import "std::env"

---------

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2024-01-04 13:40:47 +01:00
..
fuzz_common.rs fuzz: use thread to bypass the limitation of output 2024-01-01 13:26:56 +01:00
fuzz_cut.rs Add new fuzzers: cut, sort, split and wc (#5760) 2024-01-04 13:40:47 +01:00
fuzz_date.rs fuzz: fix clippy warnings 2023-09-28 21:52:26 +02:00
fuzz_echo.rs fuzz: add the capability to pipe info into fuzz (#5668) 2023-12-21 16:18:00 +01:00
fuzz_expr.rs fuzz: add the capability to pipe info into fuzz (#5668) 2023-12-21 16:18:00 +01:00
fuzz_parse_glob.rs fuzz: fix clippy warnings 2023-09-28 21:52:26 +02:00
fuzz_parse_size.rs fuzz: use parse_size_u64 2023-10-29 18:54:40 +08:00
fuzz_parse_time.rs add libfuzzer as a word 2023-03-10 00:03:26 +01:00
fuzz_printf.rs fuzz: add the capability to pipe info into fuzz (#5668) 2023-12-21 16:18:00 +01:00
fuzz_seq.rs fuzz: add the capability to pipe info into fuzz (#5668) 2023-12-21 16:18:00 +01:00
fuzz_sort.rs Add new fuzzers: cut, sort, split and wc (#5760) 2024-01-04 13:40:47 +01:00
fuzz_split.rs Add new fuzzers: cut, sort, split and wc (#5760) 2024-01-04 13:40:47 +01:00
fuzz_test.rs fuzz: add the capability to pipe info into fuzz (#5668) 2023-12-21 16:18:00 +01:00
fuzz_wc.rs Add new fuzzers: cut, sort, split and wc (#5760) 2024-01-04 13:40:47 +01:00