3 Commits

Author SHA1 Message Date
Sylvestre Ledru 31ec83a927 rename uu_sed to sed (#197)
* rename uu_sed to sed

* adjust the code to match the recent change

* fix clippy warnings

* remove an unintersting comment

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

---------

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2025-11-25 08:07:34 +01:00
Sylvestre Ledru c39a7edcb5 use uufuzz instead of duplicating the code 2025-09-07 00:03:50 +02:00
Sylvestre Ledru a4606a50c2 add a sed fuzzer (#72)
* add a sed fuzzer

* gh/action: add a fuzzing task

* Update fuzz/fuzz_targets/fuzz_common/mod.rs

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

* Update fuzz/Cargo.toml

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

* Update fuzz/fuzz_targets/fuzz_sed.rs

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

* Update fuzz/fuzz_targets/fuzz_sed.rs

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

* Update fuzz/fuzz_targets/fuzz_common/pretty_print.rs

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

---------

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2025-08-25 14:52:07 +02:00