diff options
| author | Remi Collet <remi@remirepo.net> | 2025-12-18 09:25:40 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-12-18 09:25:40 +0100 |
| commit | 2aeb356c75e3a25967de6a68c263bcf77185126d (patch) | |
| tree | 077b46bf467c88fa692ce5994408377530395dfe /php-7.2.0-includedir.patch | |
| parent | 0a0d5b048d0376fbd73096b0c08426a6a52c9991 (diff) | |
GHSA-www2-q4fc-65wf
Fix Heap buffer overflow in array_merge()
CVE-2025-14178
Fix Information Leak of Memory in getimagesize
CVE-2025-14177
Diffstat (limited to 'php-7.2.0-includedir.patch')
| -rw-r--r-- | php-7.2.0-includedir.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-7.2.0-includedir.patch b/php-7.2.0-includedir.patch index 2202026..930adc0 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 |
