Skip to content

Commit

Permalink
Update libclamav_rust/src/alz.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Micah Snyder <[email protected]>
  • Loading branch information
ragusaa and micahsnyder authored Mar 25, 2024
1 parent 9cf58c7 commit 896e72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libclamav_rust/src/alz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ impl AlzLocalFileHeader {
#[allow(clippy::cast_possible_truncation)]
let idx1: usize = idx0 + len as usize;
if idx1 > cursor.get_ref().len() {
info!("Invalid data length");
debug!("Invalid data length");
return Err(Error::Extract);
}

Expand Down

0 comments on commit 896e72a

Please sign in to comment.