diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2007-09-09 09:45:21 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2007-09-09 09:45:21 +0200 |
commit | e4630f9fd8cdc14eb1caa08dafe649eb5ae09985 (patch) | |
tree | 301b4b69b5780ecfa39c9c1f508d57e47da8af29 /net | |
parent | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 (diff) | |
download | linux-e4630f9fd8cdc14eb1caa08dafe649eb5ae09985.tar.xz linux-e4630f9fd8cdc14eb1caa08dafe649eb5ae09985.zip |
[CRYPTO] blkcipher: Fix handling of kmalloc page straddling
The function blkcipher_get_spot tries to return a buffer of
the specified length that does not straddle a page. It has
an off-by-one bug so it may advance a page unnecessarily.
What's worse, one of its callers doesn't provide a buffer
that's sufficiently long for this operation.
This patch fixes both problems. Thanks to Bob Gilligan for
diagnosing this problem and providing a fix.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions