summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-02-14 11:48:58 +0100
committerRemi Collet <remi@php.net>2023-02-14 11:48:58 +0100
commit7438e2f81d41b567efc7de8d9c766643e66697d6 (patch)
tree3f1b998a35489e06bdb45bfb279f71031fc9d803
parent1336d456e93c07227d6a4b0ff442923216af35f8 (diff)
minor fix for NEWS
-rw-r--r--php-cve-2023-0662.patch25
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
+