ima: Fix a potential NULL pointer access in ima_restore_measurement_list
stable inclusion from stable-v4.19.270 commit c3572fb4002fdd36ebb9e707f8c397a0e2830c9e category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I6DPF8 CVE: NA -------------------------------- commit 11220db4 upstream. In restore_template_fmt, when kstrdup fails, a non-NULL value will still be returned, which causes a NULL pointer access in template_desc_init_fields. Fixes: c7d09367 ("ima: support restoring multiple template formats") Cc: stable@kernel.org Co-developed-by:Jiaming Li <lijiaming30@huawei.com> Signed-off-by:
Jiaming Li <lijiaming30@huawei.com> Signed-off-by:
Huaxin Lu <luhuaxin1@huawei.com> Reviewed-by:
Stefan Berger <stefanb@linux.ibm.com> Signed-off-by:
Mimi Zohar <zohar@linux.ibm.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by:
Yongqiang Liu <liuyongqiang13@huawei.com>
Loading
Please sign in to comment