aboutsummaryrefslogtreecommitdiff
path: root/runit
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-11-24 21:54:44 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-11-24 21:54:44 +0000
commitd031ffa623203b1dc756a1e02e06f261fdc30872 (patch)
tree26f4426eba02d3b7f22da62ef3af151a89c99e3f /runit
parentb833ca9d2d705943bb980c7a705aa3f07c7b5618 (diff)
downloadbusybox-w32-d031ffa623203b1dc756a1e02e06f261fdc30872.tar.gz
busybox-w32-d031ffa623203b1dc756a1e02e06f261fdc30872.tar.bz2
busybox-w32-d031ffa623203b1dc756a1e02e06f261fdc30872.zip
tar: sanitize option handling
Diffstat (limited to 'runit')
-rw-r--r--runit/chpst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runit/chpst.c b/runit/chpst.c
index 3fcef8eec..f8e63031f 100644
--- a/runit/chpst.c
+++ b/runit/chpst.c
@@ -261,7 +261,7 @@ int chpst_main(int argc, char **argv)
261 if (applet_name[1] == 'o') softlimit(argc, argv); 261 if (applet_name[1] == 'o') softlimit(argc, argv);
262 if (applet_name[0] == 's') setuidgid(argc, argv); 262 if (applet_name[0] == 's') setuidgid(argc, argv);
263 if (applet_name[0] == 'e') envuidgid(argc, argv); 263 if (applet_name[0] == 'e') envuidgid(argc, argv);
264 // otherwise we are.......... chpst 264 // otherwise we are chpst
265 265
266 { 266 {
267 char *m,*d,*o,*p,*f,*c,*r,*t,*n; 267 char *m,*d,*o,*p,*f,*c,*r,*t,*n;