未验证 提交 e22f9e88 编写于 作者: O openeuler-ci-bot 提交者: Gitee

!460 Backport CVEs and bugfixes

Merge Pull Request from: @sanglipeng 
 
Pull new CVEs:
CVE-2023-23004

driver bugfix from Sang Lipeng 
 
Link:https://gitee.com/openeuler/kernel/pulls/460 

Reviewed-by: Jialin Zhang <zhangjialin11@huawei.com> 
Reviewed-by: Wei Li <liwei391@huawei.com> 
Signed-off-by: Jialin Zhang <zhangjialin11@huawei.com> 
......@@ -348,7 +348,7 @@ static bool malidp_check_pages_threshold(struct malidp_plane_state *ms,
else
sgt = obj->funcs->get_sg_table(obj);
if (!sgt)
if (IS_ERR(sgt))
return false;
sgl = sgt->sgl;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册