Skip to content

Commit 6215eb8

Browse files
mkzwsauyer
authored andcommitted
fix new argument in fuzz testing for hash
1 parent bc66634 commit 6215eb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fuzz/fuzz_targets/hashing.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ fuzz_target!(|data: &[u8]| {
2323

2424
// SHA512
2525
let check512 = hash_check_file(
26+
"",
2627
&mut test_data_cursor,
2728
HashSums {
2829
sum_content: hash512,
@@ -31,6 +32,7 @@ fuzz_target!(|data: &[u8]| {
3132
);
3233
// SHA256
3334
let check256 = hash_check_file(
35+
"",
3436
&mut test_data_cursor2,
3537
HashSums {
3638
sum_content: hash256,

0 commit comments

Comments
 (0)