summaryrefslogtreecommitdiff
path: root/crypto/crc32c.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2007-05-19 14:51:00 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2007-05-19 14:51:00 +1000
commit0163ce422dadf8a2274c79b1985228eeba0d8067 (patch)
tree32599ee95bae5ac55a9462763cad70a2eddb7c19 /crypto/crc32c.c
parent2a12a7338b33e150926b2615f571604cac1439ca (diff)
downloadlinux-crypto-0163ce422dadf8a2274c79b1985228eeba0d8067.tar.gz
linux-crypto-0163ce422dadf8a2274c79b1985228eeba0d8067.zip
[CRYPTO] api: Read module pointer before freeing algorithm
The function crypto_mod_put first frees the algorithm and then drops the reference to its module. Unfortunately we read the module pointer which after freeing the algorithm and that pointer sits inside the object that we just freed. So this patch reads the module pointer out before we free the object. Thanks to Luca Tettamanti for reporting this. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/crc32c.c')
0 files changed, 0 insertions, 0 deletions