diff options
author | Pan Bian <bianpan2016@163.com> | 2016-12-01 10:04:43 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-12-01 21:06:43 +0800 |
commit | e2c1b82330bcd77ffeb6dc5a18a4c6ce8d3e1fd3 (patch) | |
tree | caf2188d54cd65ebbe14d8d3ac8227aec0032b4a /Documentation/lockup-watchdogs.txt | |
parent | 37d8468108efb19b80aa8484534f8850ed60dbfb (diff) | |
download | linux-e2c1b82330bcd77ffeb6dc5a18a4c6ce8d3e1fd3.tar.bz2 |
crypto: algif_skcipher - set error code when kcalloc fails
Fix bug https://bugzilla.kernel.org/show_bug.cgi?id=188521. In function
skcipher_recvmsg_async(), variable err takes the return value, and its
value should be negative on failures. Because variable err may be
reassigned and checked before calling kcalloc(), its value may be 0
(indicates no error) even if kcalloc() fails. This patch fixes the bug
by explicitly assigning -ENOMEM to err when kcalloc() returns a NULL
pointer.
Signed-off-by: Pan Bian <bianpan2016@163.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'Documentation/lockup-watchdogs.txt')
0 files changed, 0 insertions, 0 deletions