From: Tom Lane Date: Mon, 11 Nov 2024 17:27:06 +0000 (-0500) Subject: Avoid bizarre meson behavior with backslashes in command arguments. X-Git-Tag: REL_16_5~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=168579e23bdbeda1a140440c0272b335d53ad061;p=thirdparty%2Fpostgresql.git 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 --- 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;