mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-17 08:57:25 +00:00
clippy & deny fixes
This commit is contained in:
@@ -386,7 +386,7 @@ fn line_info(obj_file: &File<'_>, sections: &mut [ObjSection], obj_data: &[u8])
|
||||
.index()
|
||||
.0;
|
||||
|
||||
let mut section_data = &reader[..];
|
||||
let mut section_data = reader;
|
||||
let size = read_u32(obj_file, &mut section_data)? as usize;
|
||||
if size > reader.len() {
|
||||
bail!("Line info size {size} exceeds remaining size {}", reader.len());
|
||||
|
||||
Reference in New Issue
Block a user