diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2010-09-30 14:31:12 -0700 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-01 23:35:09 +0200 |
commit | 2d1a78b88f6c986cbe147fc6f99091fd61f3bdd9 (patch) | |
tree | bd8b9214ebf7b119bd216aef6704926b4dff3e63 /coreutils/fold.c | |
parent | 5657d374dbd0b355980fb2128aa07d8dbe0e2934 (diff) | |
download | busybox-w32-2d1a78b88f6c986cbe147fc6f99091fd61f3bdd9.tar.gz busybox-w32-2d1a78b88f6c986cbe147fc6f99091fd61f3bdd9.tar.bz2 busybox-w32-2d1a78b88f6c986cbe147fc6f99091fd61f3bdd9.zip |
Marked some more applets NOEXEC/NOFORK
Signed-off-by: Dan Fandrich <dan@coneharvesters.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/fold.c')
-rw-r--r-- | coreutils/fold.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/coreutils/fold.c b/coreutils/fold.c index 54f1aa2ac..4a6429ad7 100644 --- a/coreutils/fold.c +++ b/coreutils/fold.c | |||
@@ -12,6 +12,8 @@ | |||
12 | #include "libbb.h" | 12 | #include "libbb.h" |
13 | #include "unicode.h" | 13 | #include "unicode.h" |
14 | 14 | ||
15 | /* This is a NOEXEC applet. Be very careful! */ | ||
16 | |||
15 | /* Must match getopt32 call */ | 17 | /* Must match getopt32 call */ |
16 | #define FLAG_COUNT_BYTES 1 | 18 | #define FLAG_COUNT_BYTES 1 |
17 | #define FLAG_BREAK_SPACES 2 | 19 | #define FLAG_BREAK_SPACES 2 |