From 23ccc3ab5ce38f95c16e4f59729e3da93ccc0a71 Mon Sep 17 00:00:00 2001 From: Thomas Perale Date: Mon, 29 Dec 2025 10:07:16 +0100 Subject: [PATCH] package/sdl: add CVE trailer in patch Since Buildroot commit [1] the patches that fixes a security vulnerability needs to reference the fixed vulnerability. This patch adds the relevant information to the patch header. [1] 1167d0ff3d docs/manual: mention CVE trailer Signed-off-by: Thomas Perale Signed-off-by: Thomas Petazzoni (cherry picked from commit ee647574b7c8cc662937a312c6d20f555db777af) Signed-off-by: Thomas Perale --- package/sdl/0002-SDL_x11yuv.c-fix-possible-use-after-free.patch | 1 + 1 file changed, 1 insertion(+) diff --git a/package/sdl/0002-SDL_x11yuv.c-fix-possible-use-after-free.patch b/package/sdl/0002-SDL_x11yuv.c-fix-possible-use-after-free.patch index 68e66bd5a2..3624c5341f 100644 --- a/package/sdl/0002-SDL_x11yuv.c-fix-possible-use-after-free.patch +++ b/package/sdl/0002-SDL_x11yuv.c-fix-possible-use-after-free.patch @@ -3,6 +3,7 @@ From: Ozkan Sezer Date: Sat, 18 Jun 2022 14:55:00 +0300 Subject: [PATCH] SDL_x11yuv.c: fix possible use-after-free +CVE: CVE-2022-34568 Fixes: https://github.com/libsdl-org/SDL-1.2/issues/863 Upstream: d7e00208738a0bc6af302723fe64908ac35b777b Signed-off-by: Peter Korsgaard