aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2024-11-11 12:27:06 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2024-11-11 12:27:06 -0500
commit168579e23bdbeda1a140440c0272b335d53ad061 (patch)
treed21594166297fd665733a06c65edd805a9542e9b
parent88269df4da032bb1536d4291a13f3af4e1e599ba (diff)
downloadpostgresql-168579e23bdbeda1a140440c0272b335d53ad061.tar.gz
postgresql-168579e23bdbeda1a140440c0272b335d53ad061.zip
Avoid bizarre meson behavior with backslashes in command arguments.
Ooops, missed that v16 has another text2macro call in the MSVC scripts. Security: CVE-2024-10979
-rw-r--r--src/tools/msvc/Mkvcbuild.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/msvc/Mkvcbuild.pm b/src/tools/msvc/Mkvcbuild.pm
index 1dc336a54da..bb725ad8d2c 100644
--- a/src/tools/msvc/Mkvcbuild.pm
+++ b/src/tools/msvc/Mkvcbuild.pm
@@ -759,7 +759,6 @@ sub mkvcbuild
system( $solution->{options}->{perl}
. '/bin/perl '
. 'text2macro.pl '
- . '--strip="^(\#.*|\s*)$$" '
. 'plc_perlboot.pl plc_trusted.pl '
. '>perlchunks.h');
chdir $basedir;