diff options
author | Remi Collet <remi@remirepo.net> | 2023-02-14 11:48:25 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-02-14 11:48:25 +0100 |
commit | e99f3aef88eb6cea9e0111ccd8d6706f5603515c (patch) | |
tree | 1368f08a4934e769bcef5a2d365e59857cfa5096 | |
parent | 99a7fe87a658b0ad379d52f5ae319ede84807684 (diff) |
minor fix for NEWS
-rw-r--r-- | php-cve-2023-0662.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/php-cve-2023-0662.patch b/php-cve-2023-0662.patch index d8f9b8b..0a18a88 100644 --- a/php-cve-2023-0662.patch +++ b/php-cve-2023-0662.patch @@ -116,3 +116,28 @@ index 8157a20d4b3..c1668368818 100644 -- 2.39.1 +From c04f310440a906fc4ca885f4ecf6e3e4cd36edc7 Mon Sep 17 00:00:00 2001 +From: Remi Collet <remi@remirepo.net> +Date: Tue, 14 Feb 2023 11:47:22 +0100 +Subject: [PATCH] fix NEWS, not FPM specific + +--- + NEWS | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/NEWS b/NEWS +index c1668368818..3f8739eae78 100644 +--- a/NEWS ++++ b/NEWS +@@ -8,8 +8,6 @@ Backported from 8.0.28 + (CVE-2023-0567). (Tim Düsterhus) + . Fixed bug #81746 (1-byte array overrun in common path resolve code). + (CVE-2023-0568). (Niels Dossche) +- +-- FPM: + . Fixed bug GHSA-54hq-v5wp-fqgv (DOS vulnerability when parsing multipart + request body). (CVE-2023-0662) (Jakub Zelenka) + +-- +2.39.1 + |