commit | fb223c32b4d3ee593c8dce07e983680d06abe387 | [log] [tgz] |
---|---|---|
author | Jonathan Corbet <corbet@lwn.net> | Wed Nov 02 09:15:16 2011 +1100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Nov 02 09:15:16 2011 +1100 |
tree | 80b88c2adde46fdd5608989929d54bddf38b513a | |
parent | 5db017aa2809c49ca0a43b0f3ed1267e6be60883 [diff] |
crypto: user - Fix rwsem leak in crypto_user The list_empty case in crypto_alg_match() will return without calling up_read() on crypto_alg_sem. We could do the "goto out" routine, but the function will clearly do the right thing with that test simply removed. Signed-off-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>