summaryrefslogtreecommitdiff
path: root/tools/coverity.sh
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-11-05 11:51:17 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-11-05 14:56:32 +0100
commit5f035b13deb15daab34c2b5da30fabe8600fd803 (patch)
tree6c2daec1d7882c9e9658c99ec6204ca9c632fd01 /tools/coverity.sh
parent7f9521d5e12ca9b1bee530dfe2e0218c07f3d7fa (diff)
downloadsystemd-5f035b13deb15daab34c2b5da30fabe8600fd803.tar.gz
meson-render-jinja2: use ast.literal_eval()
Imports are sorted in the usual fashion: stdlib first. literal_eval() parses string/numbers/lists/sets/dicts, and nothing else, while eval will execute any python code. Using literal_eval() is generally more correct, because it avoids the risk of side effects from the parsed expression. In this case, we generate the parsed strings ourselves, so it's very unlikely to have anything unexpected in the expressions. But let's do the correct thing anyway.
Diffstat (limited to 'tools/coverity.sh')
0 files changed, 0 insertions, 0 deletions