summaryrefslogtreecommitdiff
path: root/crypto/testmgr.c
diff options
context:
space:
mode:
authorSzilveszter Ördög <slipszi@gmail.com>2010-08-06 09:26:38 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2010-08-06 09:26:38 +0800
commitaa4cfece0b65a414b0c3f4543e5f6572bad9397a (patch)
tree4bbca69d17d7e664d6d8b98d7790d81c70cf3ef3 /crypto/testmgr.c
parentcbd4a4e4cc49ee53f6f0b07464443ed61315dfb2 (diff)
downloadlinux-crypto-aa4cfece0b65a414b0c3f4543e5f6572bad9397a.tar.gz
linux-crypto-aa4cfece0b65a414b0c3f4543e5f6572bad9397a.zip
crypto: hash - Fix handling of small unaligned buffers
If a scatterwalk chain contains an entry with an unaligned offset then hash_walk_next() will cut off the next step at the next alignment point. However, if the entry ends before the next alignment point then we a loop, which leads to a kernel oops. Fix this by checking whether the next aligment point is before the end of the current entry. Signed-off-by: Szilveszter Ördög <slipszi@gmail.com> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/testmgr.c')
0 files changed, 0 insertions, 0 deletions