refactor: use relative fuzz compat consumers (#3736)

This commit is contained in:
安正超
2026-06-22 15:44:59 +08:00
committed by GitHub
parent cca9e83a8b
commit 599e3632d1
4 changed files with 37 additions and 13 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
mod storage_compat;
use libfuzzer_sys::fuzz_target;
use crate::storage_compat::{
use self::storage_compat::{
check_bucket_and_object_names, check_list_objs_args, check_valid_bucket_name_strict, is_meta_bucketname,
};
+1 -1
View File
@@ -4,7 +4,7 @@
mod storage_compat;
use libfuzzer_sys::fuzz_target;
use crate::storage_compat::{check_object_name_for_length_and_slash, has_bad_path_component, is_valid_object_prefix};
use self::storage_compat::{check_object_name_for_length_and_slash, has_bad_path_component, is_valid_object_prefix};
use rustfs_utils::path::{clean, path_join};
use std::path::{Path, PathBuf};