From 8da122209fa1562074a584866397816211e24681 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Jun 2023 10:05:21 +0200 Subject: fix possible buffer overflow in date define %php72___phpize and %php72___phpconfig --- macros.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'macros.php') diff --git a/macros.php b/macros.php index 3943a74..d3e937f 100644 --- a/macros.php +++ b/macros.php @@ -14,3 +14,7 @@ %@SCL@__php @BINDIR@/php +%@SCL@__phpize @BINDIR@/phpize + +%@SCL@__phpconfig @BINDIR@/php-config + -- cgit