Skip to content
Commit f4f68993 authored by Yehuda Sadeh's avatar Yehuda Sadeh Committed by Herbert Xu
Browse files

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: default avatarYehuda Sadeh <yehuda@hq.newdream.net>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 3341323b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment