diff options
author | Cristian Stoica <cristian.stoica@freescale.com> | 2014-08-14 13:51:57 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-10-15 08:36:43 +0200 |
commit | cad4e11a9778eee2e8c52e1df7bf1008fb49a580 (patch) | |
tree | 95cfebc40b19d0fc0b20e3700e04b84f258bed6e /kernel/cpu.c | |
parent | 914435e6a2648d4f78aba661f9a5d178a011e35a (diff) |
crypto: caam - fix addressing of struct member
commit 4451d494b1910bf7b7f8381a637d0fe6d2142467 upstream.
buf_0 and buf_1 in caam_hash_state are not next to each other.
Accessing buf_1 is incorrect from &buf_0 with an offset of only
size_of(buf_0). The same issue is also with buflen_0 and buflen_1
Signed-off-by: Cristian Stoica <cristian.stoica@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel/cpu.c')
0 files changed, 0 insertions, 0 deletions