]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/environment.d.xml
Tighten checking for variable validity
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 18 Feb 2017 03:56:28 +0000 (22:56 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 21 Feb 2017 04:32:53 +0000 (23:32 -0500)
commit184d19047370652184a44686cf85bf5001bdf413
treeff4fe4f6a27cad87cb9da6e11b507a17e4e2daf8
parentccad1fd07ce4eb40a2fcf81cfb55d9b41fdcac48
Tighten checking for variable validity

In the future we might want to allow additional syntax (for example
"unset VAR". But let's check that the data we're getting does not contain
anything unexpected.
man/environment.d.xml
src/basic/exec-util.c
src/basic/fileio.c
src/test/test-exec-util.c
src/test/test-fileio.c