diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2015-05-11 13:10:09 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-05-13 10:31:54 +0800 |
commit | 608f37d0f83e4359f48121949778bf912cd56800 (patch) | |
tree | 7af7ac9a0b13ead735b605e1efc9d689955b7fdb /block | |
parent | 5d1d65f8bea6de3d9c2c60fdfdd2da02da5ea672 (diff) |
crypto: talitos - fix size calculation in talitos_edesc_alloc()
The + operation has higher precedence than ?: so we need parentheses
here. Otherwise we may end up allocating a max of only one "cryptlen"
instead of two.
Fixes: 6f65f6ac5fb3 ('crypto: talitos - implement scatter/gather copy for SEC1')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions