Fix logic inversion when checking environment variables on the
authormillert <millert@openbsd.org>
Thu, 24 Apr 2014 16:29:48 +0000 (16:29 +0000)
committermillert <millert@openbsd.org>
Thu, 24 Apr 2014 16:29:48 +0000 (16:29 +0000)
commit1ed27f38db3571c5f4e84ba85b0a3b2f239f829d
tree438263874348d34632a2ea4401d3c9a1eb3b851c
parentf63b7f2ba0d1a773ad0d4fec5710287ccd50762d
Fix logic inversion when checking environment variables on the
command line against the blacklist.  This is only a problem when
env_reset is disabled.  CVE 2014-0106
usr.bin/sudo/env.c