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

crypto: async - Use kzfree for requests



This patch changes the kfree call to kzfree for async requests.
As the request may contain sensitive data it needs to be zeroed
before it can be reallocated by others.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 57cfe44b
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