diff options
author | 1997-08-04 01:22:09 +0000 | |
---|---|---|
committer | 1997-08-04 01:22:09 +0000 | |
commit | e5d8d96dca0614453b8aa45c014052fac30bff06 (patch) | |
tree | eb4cb8d10ec172632e1081038a99f7e0ec57e4ec | |
parent | No more crashes because of this bug (double m_freem(), essentially). (diff) | |
download | wireguard-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/gzexe | 2 |
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 |