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:
commit
2103911d1a
13 changed files with 23 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue