commit | 1822793a523e5d5730b19cc21160ff1717421bc8 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 15 22:02:20 2016 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Jan 18 18:16:34 2016 +0800 |
tree | 32a11267ee28dc0f2b22d4748b0c40788ed99fc1 | |
parent | ad46d7e33219218605ea619e32553daf4f346b9f [diff] |
crypto: algif_skcipher - Fix race condition in skcipher_check_key We need to lock the child socket in skcipher_check_key as otherwise two simultaneous calls can cause the parent socket to be freed. Cc: stable@vger.kernel.org Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>