From 64096d0a04a58b3984cf744e10dcfb47413692a8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Dec 2025 08:13:35 +0100 Subject: Fix Null byte termination in dns_get_record() GHSA-www2-q4fc-65wf Fix Heap buffer overflow in array_merge() CVE-2025-14178 Fix Information Leak of Memory in getimagesize CVE-2025-14177 --- php-7.2.0-includedir.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php-7.2.0-includedir.patch') diff --git a/php-7.2.0-includedir.patch b/php-7.2.0-includedir.patch index b6205ad..3f7c5db 100644 --- a/php-7.2.0-includedir.patch +++ b/php-7.2.0-includedir.patch @@ -5,7 +5,7 @@ EXPANDED_PHP_CONFIG_FILE_PATH=`eval echo "$PHP_CONFIG_FILE_PATH"` EXPANDED_PHP_CONFIG_FILE_SCAN_DIR=`eval echo "$PHP_CONFIG_FILE_SCAN_DIR"` -INCLUDE_PATH=.:$EXPANDED_PEAR_INSTALLDIR -+INCLUDE_PATH=.:$EXPANDED_PEAR_INSTALLDIR:${EXPANDED_DATADIR}/php:/usr/share/pear:/usr/share/php ++INCLUDE_PATH=.:$EXPANDED_PEAR_INSTALLDIR:${EXPANDED_DATADIR}/php exec_prefix=$old_exec_prefix libdir=$old_libdir -- cgit