Home
last modified time | relevance | path

Searched hist:fbe1a850b3b1522e9fc22319ccbbcd2ab05328d2 (Results 1 – 1 of 1) sorted by relevance

/linux/crypto/
H A Dlrw.cdiff fbe1a850b3b1522e9fc22319ccbbcd2ab05328d2 Thu Sep 13 10:51:31 CEST 2018 Ondrej Mosnacek <omosnace@redhat.com> 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>