Bug fix
This commit is contained in:
parent
2ad4c20681
commit
ad26a3f7f9
1 changed files with 5 additions and 2 deletions
|
@ -192,8 +192,11 @@ impl Zip64CentralDirectoryEnd {
|
|||
archive_offset,
|
||||
));
|
||||
}
|
||||
|
||||
pos -= 1;
|
||||
if pos > 0 {
|
||||
pos -= 1;
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Err(ZipError::InvalidArchive(
|
||||
|
|
Loading…
Add table
Reference in a new issue