diff options
author | Ondrej Mosnacek <omosnace@redhat.com> | 2018-09-13 10:51:31 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-09-21 07:24:51 +0200 |
commit | fbe1a850b3b1522e9fc22319ccbbcd2ab05328d2 (patch) | |
tree | 7e126126eafb2856eb49c54a2bb2e79ccc39e559 /crypto/ahash.c | |
parent | crypto: tcrypt - fix ghash-generic speed test (diff) | |
download | linux-fbe1a850b3b1522e9fc22319ccbbcd2ab05328d2.tar.xz linux-fbe1a850b3b1522e9fc22319ccbbcd2ab05328d2.zip |
crypto: lrw - Fix out-of bounds access on counter overflow
When the LRW block counter overflows, the current implementation returns
128 as the index to the precomputed multiplication table, which has 128
entries. This patch fixes it to return the correct value (127).
Fixes: 64470f1b8510 ("[CRYPTO] lrw: Liskov Rivest Wagner, a tweakable narrow block cipher mode")
Cc: <stable@vger.kernel.org> # 2.6.20+
Reported-by: Eric Biggers <ebiggers@kernel.org>
Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions