Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: shash - Fix unaligned calculation with short length
When the total length is shorter than the calculated number of unaligned bytes, the call to shash->update breaks. For example, calling crc32c on unaligned buffer with length of 1 can result in a system crash. Signed-off-by: Yehuda Sadeh <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
- Loading branch information