mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03:00
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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user