summaryrefslogtreecommitdiffstats
path: root/php-7.0.31-icu62.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-10-20 15:38:04 +0200
committerRemi Collet <remi@php.net>2021-10-20 15:38:04 +0200
commit2abeb5da5bd9b9566911f36ab5cadd40b2f4e306 (patch)
treeec2327eeb8dc1f2f233cb0c376b5a2d7b0f68d18 /php-7.0.31-icu62.patch
parentd54b5fe857400d08b4281923f8d41bf9c8685962 (diff)
fix PHP-FPM oob R/W in root process leading to priv escalation
CVE-2021-21703 use libicu version 69 use oracle client library version 21.3
Diffstat (limited to 'php-7.0.31-icu62.patch')
-rw-r--r--php-7.0.31-icu62.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-7.0.31-icu62.patch b/php-7.0.31-icu62.patch
index 50ec038..f65271c 100644
--- a/php-7.0.31-icu62.patch
+++ b/php-7.0.31-icu62.patch
@@ -571,7 +571,7 @@ index e8428e1cbbe8..52408f8e9183 100644
PHP_SETUP_ICU(INTL_SHARED_LIBADD)
PHP_SUBST(INTL_SHARED_LIBADD)
PHP_REQUIRE_CXX()
-+ INTL_COMMON_FLAGS="$ICU_INCS -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1"
++ INTL_COMMON_FLAGS="$ICU_INCS -Wno-write-strings -DU_DEFINE_FALSE_AND_TRUE=1 -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1"
if test "$icu_version" -ge "4002"; then
icu_spoof_src=" spoofchecker/spoofchecker_class.c \
spoofchecker/spoofchecker.c\