Unverified Commit 2fc08677 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!6023 [sync] PR-5970: fixup CVE-2024-26751

Merge Pull Request from: @openeuler-sync-bot 
 

Origin pull request: 
https://gitee.com/openeuler/kernel/pulls/5970 
 
PR sync from: Yuntao Liu <liuyuntao12@huawei.com>
https://mailweb.openeuler.org/hyperkitty/list/kernel@openeuler.org/message/VSXSERQ775PX4KMUVEYPECEAXKOY4USC/ 
fixup CVE-2024-26751

Nikita Shubin (1):
  ARM: ep93xx: Add terminator to gpiod_lookup_table


-- 
2.34.1
 
https://gitee.com/src-openeuler/kernel/issues/I9E2O0 
 
Link:https://gitee.com/openeuler/kernel/pulls/6023

 

Reviewed-by: default avatarZhang Jianhua <chris.zjh@huawei.com>
Signed-off-by: default avatarJialin Zhang <zhangjialin11@huawei.com>
parents d65e2811 d61095b5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -337,6 +337,7 @@ static struct gpiod_lookup_table ep93xx_i2c_gpiod_table = {
				GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN),
		GPIO_LOOKUP_IDX("G", 0, NULL, 1,
				GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN),
		{ }
	},
};