diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2024-11-11 12:20:08 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2024-11-11 12:20:08 -0500 |
commit | 4cd4f3b97492c1b38115d0563a2e55b136eb542a (patch) | |
tree | 90c455e6875e34f284a01fb1061e37f05cbd802d /contrib/jsonb_plpython/jsonb_plpython.c | |
parent | cd82afdda5e9d3269706a142e9093ba83f484185 (diff) | |
download | postgresql-4cd4f3b97492c1b38115d0563a2e55b136eb542a.tar.gz postgresql-4cd4f3b97492c1b38115d0563a2e55b136eb542a.zip |
Avoid bizarre meson behavior with backslashes in command arguments.
meson makes the backslashes in text2macro.pl's --strip argument
into forward slashes, effectively disabling comment stripping.
That hasn't caused us issues before, but it breaks the test case
for b7e3a52a8. We don't really need the pattern to be adjustable,
so just hard-wire it into the script instead.
Context: https://github.com/mesonbuild/meson/issues/1564
Security: CVE-2024-10979
Diffstat (limited to 'contrib/jsonb_plpython/jsonb_plpython.c')
0 files changed, 0 insertions, 0 deletions