Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cpio): fixed checksum calculation to handle 4 byte overflows
Checksum stored in the header is always 4 bytes in length, so when we calculate the checksum, we need to sure that we only consider the 4bytes part and ommit the overflown part.
- Loading branch information