Commit Graph
9 Commits
Author SHA1 Message Date
Daniel HofstetterandSylvestre Ledru b6e4c455ec fuzz: adapt to changes in rand 2026-04-12 13:29:12 +02:00
oech3andDaniel Hofstetter c0d4cd08eb fuzz: fix clippy::collapsible_if 2026-04-12 13:04:58 +02:00
Sylvestre LedruandGitHub 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
Sylvestre LedruandGitHub 2103911d1a Merge pull request #7717 from drinkcat/fuzz-minor-fixes
Fuzzing: minor fixes
2025-04-09 21:13:35 -04:00
Nicolas Boichat 75072b5a98 fuzz: Run cargo fmt 2025-04-09 08:55:32 +02:00
Yuri Astrakhan 982805d3cd chore: manual inline formatting
Minor manual cleanup - inlined many format args.  This makes the code a bit more readable, and helps spot a few inefficiencies and possible bugs.  Note that `&foo` in a `format!` parameter results in a 6% extra performance cost, and does not get inlined by the compiler (yet).
2025-04-08 00:23:21 -04:00
Dorian Peron 6afa515859 fuzz(cksum): fix fuzzer to use GNU's binary instead of the systems', remove false positives, improve logging 2025-02-12 19:46:18 +01:00
Daniel Hofstetter 9aec9dc454 fuzz: adapt to API changes of rand 2025-01-30 14:41:36 +01:00
Sylvestre Ledru 04f130ac08 fuzzing: add a new fuzzer for cksum 2024-11-16 20:18:12 +01:00