]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: tgr192 - fix unaligned memory access
authorEric Biggers <ebiggers@google.com>
Thu, 10 Jan 2019 20:17:58 +0000 (12:17 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 18 Jan 2019 10:43:43 +0000 (18:43 +0800)
commitd64ee368e3635f516f9ea02828fd19cc1eb108d6
tree01b8488d7ac36351909a8baf098069ba5465d838
parent389690908e3f58644bcfdfc1b3f1642ab2e33aad
crypto: tgr192 - fix unaligned memory access

Fix an unaligned memory access in tgr192_transform() by using the
unaligned access helpers.

Fixes: ad7d9b034148 ("[CRYPTO] Use standard byte order macros wherever possible")
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/tgr192.c