summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/u-boot/u-boot_2022.01.bb
diff options
context:
space:
mode:
authorSakib Sajal <sakib.sajal@windriver.com>2022-08-19 18:26:50 -0400
committerSteve Sakoman <steve@sakoman.com>2022-08-19 13:04:47 -1000
commit8123b22735d33f8c0bf71ad41877f968e1c16302 (patch)
tree5034afb553b4081cc1747a3dcbc8084c5f9ba034 /meta/recipes-bsp/u-boot/u-boot_2022.01.bb
parentdb5212cbe7537036108682f0f3a9316ca3c06fc1 (diff)
downloadopenembedded-core-contrib-8123b22735d33f8c0bf71ad41877f968e1c16302.tar.gz
u-boot: fix CVE-2022-33967
Backport patch to fix CVE-2022-33967. Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot_2022.01.bb')
-rw-r--r--meta/recipes-bsp/u-boot/u-boot_2022.01.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot_2022.01.bb b/meta/recipes-bsp/u-boot/u-boot_2022.01.bb
index 04f60adaa5..54033698be 100644
--- a/meta/recipes-bsp/u-boot/u-boot_2022.01.bb
+++ b/meta/recipes-bsp/u-boot/u-boot_2022.01.bb
@@ -6,6 +6,7 @@ SRC_URI:append = " file://0001-riscv32-Use-double-float-ABI-for-rv32.patch \
file://0001-i2c-fix-stack-buffer-overflow-vulnerability-in-i2c-m.patch \
file://0001-fs-squashfs-sqfs_read-Prevent-arbitrary-code-executi.patch \
file://0001-net-Check-for-the-minimum-IP-fragmented-datagram-siz.patch \
+ file://0001-fs-squashfs-Use-kcalloc-when-relevant.patch \
"
DEPENDS += "bc-native dtc-native python3-setuptools-native"