Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: algif_aead - Fix kernel panic on list_del
Kernel panics when userspace program try to access AEAD interface. Remove node from Linked List before freeing its memory. Cc: <[email protected]> Signed-off-by: Harsh Jain <[email protected]> Reviewed-by: Stephan Müller <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
- Loading branch information