From fb2142367fd1cec52ff95b319d140225985f6500 Mon Sep 17 00:00:00 2001 From: Ivan T. Ivanov Date: Apr 15 2024 07:48:38 +0000 Subject: Update patches.suse/dmaengine-ti-edma-Add-some-null-pointer-checks-to-th.patch (git-fixes CVE-2024-26771 bsc#1222610) --- diff --git a/patches.suse/dmaengine-ti-edma-Add-some-null-pointer-checks-to-th.patch b/patches.suse/dmaengine-ti-edma-Add-some-null-pointer-checks-to-th.patch index 6380214..2a6c8b7 100644 --- a/patches.suse/dmaengine-ti-edma-Add-some-null-pointer-checks-to-th.patch +++ b/patches.suse/dmaengine-ti-edma-Add-some-null-pointer-checks-to-th.patch @@ -4,7 +4,7 @@ Date: Thu, 18 Jan 2024 11:19:29 +0800 Subject: [PATCH] dmaengine: ti: edma: Add some null pointer checks to the edma_probe Git-commit: 6e2276203ac9ff10fc76917ec9813c660f627369 Patch-mainline: v6.8-rc3 -References: git-fixes +References: git-fixes CVE-2024-26771 bsc#1222610 devm_kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was successful