Commit Graph

6 Commits

Author SHA1 Message Date
Daniel Hofstetter b6e4c455ec fuzz: adapt to changes in rand 2026-04-12 13:29:12 +02:00
xtqqczze 70fd10d335 clippy: fix ptr_as_ptr lint
https://rust-lang.github.io/rust-clippy/master/index.html#ptr_as_ptr
2025-12-18 00:19:14 +00:00
Sylvestre Ledru 536abfb87f fuzz: remove a warning 2025-09-06 12:19:40 +02:00
Sylvestre Ledru 816533b59d add some emoji to the fuzz mix 2025-09-06 12:19:40 +02:00
Sylvestre Ledru a381476a6b fuzz: add a few unit tests 2025-09-06 12:19:40 +02:00
Sylvestre Ledru eff2cd997e Create an uufuzz crate for common functions and use it (#7954)
* uufuzz: create a crate with the common functions

* uufuzz: move the fuzz-common functions

* uufuzz: polish the crate

* adjust the fuzzer to use uufuzz
2025-05-21 09:26:59 +02:00