From fcf00c3beffade50edb92467feaa50a68d167e75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=89=E5=8F=AC=E5=AE=87?= Date: Thu, 15 May 2025 12:02:41 +0000 Subject: [PATCH] update BUILD.gn. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 冉召宇 --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 88e6fb1..24ec73e 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -66,7 +66,7 @@ action("libxml2_install_action") { ] inputs = [ "//third_party/libxml2/libxml2-2.14.0.tar.xz" ] - inputs = [ + inputs += [ "Backport-CVE-2025-32414-python-Read-at-most-len-4-ch-c.patch", "Backport-CVE-2025-32415-schemas-Fix-heap-buffer-over-c.patch", ]