From 94e3d1a7414f896d8d2b2ca2dc3719d6a8ba46dd Mon Sep 17 00:00:00 2001 From: Thomas Perale Date: Sun, 28 Dec 2025 19:56:27 +0100 Subject: [PATCH] package/yasm: 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 1b656345ecb8353a788f809a2aeca5c580fa0d8f) Signed-off-by: Thomas Perale --- ...1-fix-null-pointer-dereference-in-yasm_expr_get_intnum.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/yasm/0001-fix-null-pointer-dereference-in-yasm_expr_get_intnum.patch b/package/yasm/0001-fix-null-pointer-dereference-in-yasm_expr_get_intnum.patch index 976c2f7a13..b563fda71c 100644 --- a/package/yasm/0001-fix-null-pointer-dereference-in-yasm_expr_get_intnum.patch +++ b/package/yasm/0001-fix-null-pointer-dereference-in-yasm_expr_get_intnum.patch @@ -10,8 +10,8 @@ For more info see: - https://nvd.nist.gov/vuln/detail/CVE-2021-33454 - https://github.com/yasm/yasm/pull/244 +CVE: CVE-2021-33454 Upstream: https://github.com/yasm/yasm/pull/244 - Signed-off-by: Titouan Christophe --- libyasm/expr.c | 2 +-