diff options
author | Mathias Krause | 2011-07-08 11:21:21 +0200 |
---|---|---|
committer | Herbert Xu | 2011-07-08 11:21:21 +0200 |
commit | 625426633d7786f26a33123a9d12bec476bcc3cd (patch) | |
tree | 9c773150e6cb1a7cf2e807431a679a80fc6dc69d /Documentation/lockdep-design.txt | |
parent | crypto: s390 - support hardware accelerated SHA-224 (diff) | |
download | kernel-qcow2-linux-625426633d7786f26a33123a9d12bec476bcc3cd.tar.gz kernel-qcow2-linux-625426633d7786f26a33123a9d12bec476bcc3cd.tar.xz kernel-qcow2-linux-625426633d7786f26a33123a9d12bec476bcc3cd.zip |
crypto: gf128mul - fix call to memset()
In gf128mul_lle() and gf128mul_bbe() r isn't completely initialized with
zero because the size argument passed to memset() is the size of the
pointer, not the structure it points to.
Luckily there are no in-kernel users of those functions so the ABI
change implied by this fix should break no existing code.
Based on a patch by the PaX Team.
Signed-off-by: Mathias Krause <minipli@googlemail.com>
Cc: PaX Team <pageexec@freemail.hu>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'Documentation/lockdep-design.txt')
0 files changed, 0 insertions, 0 deletions