[patch 69/69] CRYPTO: api: Read module pointer before freeing algorithm

2007-05-21 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. - From: Herbert Xu <[EMAIL PROTECTED]> 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

[patch 69/69] CRYPTO: api: Read module pointer before freeing algorithm

2007-05-21 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. - From: Herbert Xu [EMAIL PROTECTED] 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