Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information