summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2007-05-19 14:57:38 +1000
committerChris Wright <chrisw@sous-sol.org>2007-06-11 11:37:09 -0700
commit16c772d85903aa71be9a5e80b3c159ee8dc9ebe0 (patch)
tree7928acaa767e0476c378dfd476ba6fb6306d34ab /fs
parentcd37423cc0f2993a5f2a21d88204c4edd7b9c3e9 (diff)
[PATCH] 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> Signed-off-by: Chris Wright <chrisw@sous-sol.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions