Skip to content
Commit 73669cc5 authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: api - Fix race condition in crypto_spawn_alg

The function crypto_spawn_alg is racy because it drops the lock
before shooting the dying algorithm.  The algorithm could disappear
altogether before we shoot it.

This patch fixes it by moving the shooting into the locked section.

Fixes: 6bfd4809

 ("[CRYPTO] api: Added spawns")
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 4a2abbc6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment