commit | 7ede5a5ba55a696a6e1d8456526e44635e966a81 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jul 09 11:34:06 2009 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jul 09 11:34:06 2009 +0800 |
tree | 95e934009410a0080fb8f41ee4eb6f203978fb1d | |
parent | ef5d590c9b9a00b017683006fe4cf959b9532336 [diff] |
crypto: api - Fix crypto_drop_spawn crash on blank spawns This patch allows crypto_drop_spawn to be called on spawns that have not been initialised or have failed initialisation. This fixes potential crashes during initialisation without adding special case code. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>