Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: asymmetric_keys - set error code on failure
In function public_key_verify_signature(), returns variable ret on error paths. When the call to kmalloc() fails, the value of ret is 0, and it is not set to an errno before returning. This patch fixes the bug. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=188891 Signed-off-by: Pan Bian <[email protected]> Signed-off-by: David Howells <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
- Loading branch information