1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

Merge pull request #7717 from drinkcat/fuzz-minor-fixes

Fuzzing: minor fixes
This commit is contained in:
Sylvestre Ledru 2025-04-09 21:13:35 -04:00 committed by GitHub
commit 2103911d1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 23 additions and 17 deletions

View file

@ -8,8 +8,8 @@
use libfuzzer_sys::fuzz_target;
use uu_expr::uumain;
use rand::prelude::IndexedRandom;
use rand::Rng;
use rand::prelude::IndexedRandom;
use std::{env, ffi::OsString};
mod fuzz_common;