Unverified Commit 7d5eb691 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!461 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/461

 

Reviewed-by: default avatarJialin Zhang <zhangjialin11@huawei.com>
Reviewed-by: default avatarWei Li <liwei391@huawei.com>
Signed-off-by: default avatarJialin Zhang <zhangjialin11@huawei.com>
parents 3d29f520 ce90a984
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;