Commit graph

48 commits

Author SHA1 Message Date
Daniel Hofstetter 3ce6794cb0 Downgrade libc to 0.2.153 2024-05-17 07:31:15 +02:00
renovate[bot] 13e482b9ac
fix(deps): update rust crate similar to 2.5.0 2024-05-03 06:14:30 +00:00
renovate[bot] 3eeda1e5e9
fix(deps): update rust crate rand to 0.8.5 2024-05-03 05:02:43 +00:00
renovate[bot] 0dd5bd38ab
fix(deps): update rust crate libfuzzer-sys to 0.4.7 2024-05-02 12:27:08 +00:00
renovate[bot] 64fd93308b
fix(deps): update rust crate libc to 0.2.154 2024-05-02 11:38:02 +00:00
renovate[bot] e76891726a
chore(deps): update rust crate tempfile to 3.10.1 2024-05-02 07:01:17 +00:00
Sylvestre Ledru 10def29b96
seq: fuzz PreciseNumber::from_str (#6183)
* fuzz the seq parse number functions

* run fuzz_parse_number into the CI
2024-04-15 08:07:06 +02:00
Sylvestre Ledru 076710d288
Merge pull request #6167 from sylvestre/fuzz_env
add env & tr fuzzers + small improvs
2024-04-02 09:10:33 +02:00
Sylvestre Ledru 7919b4e3cd fuzz: start fuzzing env & tr 2024-04-01 23:19:02 +02:00
Ben Wiederhake 58aab48ab2 fuzz: also generate the empty string sometimes
Inspired by #6167, #6175, and the observation that 'echo hello "" world | hd' outputs extra spaces.
2024-04-01 21:02:08 +02:00
Sylvestre Ledru 08f324bf40 Silent some clippy warnings 2024-04-01 01:06:17 +02:00
Sylvestre Ledru 39b6059910 rustfmt the expr fuzzer 2024-04-01 01:06:17 +02:00
Daniel Hofstetter 89bad851e6 fuzzing: set LC_ALL=C when running GNU printf 2024-02-17 16:07:03 +01:00
Daniel Hofstetter 12f0972df4 fuzzing: use LC_ALL instead of LC_COLLATE 2024-01-27 15:04:12 +01:00
Sylvestre Ledru 8493800d4f
fuzzing: print the diff in case of issue (#5866)
* fuzzing: print the diff in case of issue

* Simplify the code

* fuzz: remove unused import similar::ChangeTag

---------

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2024-01-22 08:06:13 +01:00
Sylvestre Ledru 19e1f26e3d fuzz: with pipe, also capture stderr 2024-01-13 14:08:48 +01:00
Samuel Tardieu 4343ba6695 fuzz: fix file descriptor leak 2024-01-05 11:04:16 +01:00
Samuel Tardieu c23dbd3166 fuzz: reset the exit code global variable after every test 2024-01-04 19:07:24 +01:00
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
Sylvestre Ledru cdd3492532 fuzz: use thread to bypass the limitation of output
Closes: #5724

many thanks to @samueltardieu
2024-01-01 13:26:56 +01:00
Sylvestre Ledru 546201bd00
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
2023-12-21 16:18:00 +01:00
Sylvestre Ledru ce2a5d5b9a
expr fuzz: add missing ops. found thanks to oss fuzz coverage (#5557)
* expr fuzz: add missing ops. found thanks to oss fuzz coverage
https://storage.googleapis.com/oss-fuzz-coverage/rust-coreutils/reports/20231118/linux/src/rust-coreutils/src/uu/expr/src/syntax_tree.rs.html

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2023-12-20 15:15:20 +01:00
Sylvestre Ledru b2e26f2aec fuzz: Simplify the compare_result function 2023-12-17 17:57:21 +01:00
Sylvestre Ledru 2fcfec6490 fuzz seq 2023-12-05 22:10:15 +01:00
Sylvestre Ledru 9ef43191ff
Document that \0NNN and \xHH need more work 2023-12-04 21:20:47 +01:00
Sylvestre Ledru 4d5c034eb1 Run the echo fuzzer in the CI 2023-11-30 09:14:58 +01:00
Sylvestre Ledru 66e0835e72 fuzz the echo command 2023-11-29 09:55:55 +01:00
Sylvestre Ledru a0ac3dd229
fuzz printf (#5556)
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2023-11-21 12:38:12 +01:00
Sylvestre Ledru fddf301a52 fuzz: Move a duplicate function into fuzz_common 2023-11-12 10:25:55 +01:00
Sylvestre Ledru 2746c199cf use a command result structure 2023-11-10 16:01:38 +01:00
Sylvestre Ledru 104e707b07 fuzzing: provide a better error management 2023-11-09 17:40:27 +01:00
Sylvestre Ledru 8ab20c4673 fuzz: adjust the fuzzers with the new arg 2023-11-09 10:54:41 +01:00
Sylvestre Ledru 064ad7200c fuzzing function should also return stderr 2023-11-09 10:54:41 +01:00
Sylvestre Ledru 5fed5443e4 fuzz: flush after calling uumain - was failing with printf 2023-11-09 10:54:41 +01:00
Sylvestre Ledru 2e0e88c3ac fuzz: verify the various steps when opening/closing fd 2023-11-09 10:54:41 +01:00
Zhuoxun Yang 6a468e928d fuzz: use parse_size_u64 2023-10-29 18:54:40 +08:00
Daniel Hofstetter 12765a445e fuzz: set LC_COLLATE=C for expr 2023-10-18 10:20:28 +02:00
Sylvestre Ledru a576054d42 fuzz: fix clippy warnings 2023-09-28 21:52:26 +02:00
Sylvestre Ledru e6f9e358d4 fuzz: create a function run_gnu_cmd to deduplicate the code 2023-09-28 21:48:34 +02:00
Sylvestre Ledru a17ede9ef0
Remove the full path to test 2023-09-28 15:36:06 +02:00
Sylvestre Ledru f0f64bd3b7 fuzz: move the common duplicated code into a function 2023-09-28 08:42:30 +02:00
Sylvestre Ledru ec7ced2518 Fuzz the expr command 2023-09-24 18:47:15 +02:00
Sylvestre Ledru 57a2a8323c fuzz the test command 2023-08-21 09:09:09 +02:00
papparapa e5b6f63305
parser: fix index out of bounds error (#4484)
+ revert 1bc9980 to use files in workspace
2023-03-12 11:07:59 +01:00
Sylvestre Ledru 24e78cb027 add libfuzzer as a word 2023-03-10 00:03:26 +01:00
Sylvestre Ledru 1bc9980d14 use workspaces 2023-03-10 00:03:26 +01:00
Sylvestre Ledru ef0b177e18 add more fuzzers
Many thanks to Jemma Nelson
@fwip
2023-03-10 00:03:26 +01:00
Sylvestre Ledru e553a4a21c move the fuzz_date fuzzers 2023-03-10 00:03:26 +01:00