mirror of https://github.com/postgres/postgres
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…
Reference in New Issue