Skip to content

Commit 70582e8

Browse files
authored
Update lading_payload fuzz tests to functional state (#1417)
### What does this PR do? This commit updates our fuzz tests to the point where they are functional. I have not not otherwise made changes that are not mechanically motivated.
1 parent f4f45db commit 70582e8

File tree

11 files changed

+636
-467
lines changed

11 files changed

+636
-467
lines changed

Cargo.lock

Lines changed: 323 additions & 204 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lading/src/generator/file_gen/logrotate_fs.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ impl LogrotateFS {
223223
}
224224

225225
#[tracing::instrument(skip(state))]
226+
#[allow(clippy::similar_names)] // ctime and crtime are standard Unix file time names
226227
fn getattr_helper(
227228
state: &mut MutexGuard<model::State>,
228229
start_time_system: std::time::SystemTime,

0 commit comments

Comments
 (0)