commit | 4c09f8b6913a779ca0c70ea8058bf21537eebb3b | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Wed Apr 29 07:30:53 2020 +0000 |
committer | Paul Moore <paul@paul-moore.com> | Fri May 01 15:02:14 2020 -0400 |
tree | 343c931f942fdd37e80360b64309eb14e62aa7b9 | |
parent | 9521eb3ea19a828d8fd59a2785338fd742dbcf31 [diff] |
selinux: fix error return code in policydb_read() Fix to return negative error code -ENOMEM from the kvcalloc() error handling case instead of 0, as done elsewhere in this function. Fixes: acdf52d97f82 ("selinux: convert to kvmalloc") Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Paul Moore <paul@paul-moore.com>