]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Block all use of getenv with syntax-check
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 9 Oct 2013 10:19:27 +0000 (11:19 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 30 Oct 2013 11:51:17 +0000 (11:51 +0000)
commitd47659dcc2f1b301d6094ebd1fe79a9a6dd27081
tree9d65bfd59cdf3d279ebc78c302920bae69cde9e9
parent97f3a8d878bdab3ee7c9c4c55aa04fcf073a81b0
Block all use of getenv with syntax-check

The use of getenv is typically insecure, and we want people
to use our wrappers, to force them to think about setuid
needs.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
(cherry picked from commit 71b21f12bece1127b28b404f11f57b4c2d48983a)
cfg.mk
src/util/virutil.c