mirror of
https://github.com/postgres/postgres.git
synced 2025-06-03 01:21:48 +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:
parent
88269df4da
commit
168579e23b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user