]> git.baikalelectronics.ru Git - kernel.git/commit
selinux: fix error return code in cond_read_list()
authorWei Yongjun <weiyongjun1@huawei.com>
Mon, 27 Apr 2020 12:49:35 +0000 (12:49 +0000)
committerPaul Moore <paul@paul-moore.com>
Mon, 27 Apr 2020 21:44:39 +0000 (17:44 -0400)
commit4b95a9ecb226b47261d55c28f5b450958fcd77be
tree36a10d1d1f71e4b47e6055b01650e67ee86023a3
parent15405fc081c5864821b69e488d25895347178ad8
selinux: fix error return code in cond_read_list()

Fix to return negative error code -ENOMEM from the error handling
case instead of 0, as done elsewhere in this function.

Fixes: ac1380ec8a39 ("selinux: convert cond_list to array")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: Ondrej Mosnacek <omosnace@redhat.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/selinux/ss/conditional.c