Commit graph

21 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 7919b4e3cd fuzz: start fuzzing env & tr 2024-04-01 23:19:02 +02: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 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 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 2fcfec6490 fuzz seq 2023-12-05 22:10:15 +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 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
Renamed from src/uu/date/fuzz/Cargo.toml (Browse further)