commit | 99912ca733dd960f5589227fd999c86e73c8e894 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Tue Apr 10 15:43:37 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Tue Apr 10 15:43:37 2007 +0000 |
tree | 9df947fc08884d498cf76a02204d74b121064134 | |
parent | ff131b980d524a33d8a43cefe65e14f64a43f2da [diff] [blame] |
audit small applets and mark some of them as NOFORK. Put big scary warnings in relevant places.
diff --git a/editors/awk.c b/editors/awk.c index f331a33..1bdb9b9 100644 --- a/editors/awk.c +++ b/editors/awk.c
@@ -11,6 +11,8 @@ #include "xregex.h" #include <math.h> +/* This is a NOEXEC applet. Be very careful! */ + #define MAXVARFMT 240 #define MINNVBLOCK 64