summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-08-04 01:22:09 +0000
committerderaadt <deraadt@openbsd.org>1997-08-04 01:22:09 +0000
commite5d8d96dca0614453b8aa45c014052fac30bff06 (patch)
treeeb4cb8d10ec172632e1081038a99f7e0ec57e4ec
parentNo more crashes because of this bug (double m_freem(), essentially). (diff)
downloadwireguard-openbsd-e5d8d96dca0614453b8aa45c014052fac30bff06.tar.xz
wireguard-openbsd-e5d8d96dca0614453b8aa45c014052fac30bff06.zip
do not permit gzexe on sh -- the results are terrifying; finrod@pugwash.priv.no
-rw-r--r--gnu/usr.bin/gzip/gzexe2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gzip/gzexe b/gnu/usr.bin/gzip/gzexe
index 0c248d99201..27b697b21c9 100644
--- a/gnu/usr.bin/gzip/gzexe
+++ b/gnu/usr.bin/gzip/gzexe
@@ -74,7 +74,7 @@ for i do
continue
fi
case "`basename $i`" in
- gzip | tail | chmod | ln | sleep | rm)
+ sh | gzip | tail | chmod | ln | sleep | rm)
echo "${x}: $i would depend on itself"; continue ;;
esac
if test -z "$cpmod"; then