Replace users of xexec(toys.optargs) with xexec_optargs(0) to avoid free/reuse bug...
authorRob Landley <rob@landley.net>
Thu, 18 Jul 2013 23:20:03 +0000 (18:20 -0500)
committerRob Landley <rob@landley.net>
Thu, 18 Jul 2013 23:20:03 +0000 (18:20 -0500)
commita817a02c00a06fbf2090259320968addb5f46e58
tree626d9761e1346afc168f64cbfe4dfba9538c20ef
parent39af4ae3e61d352c3faa7d1b87e6ac6fdb69add1
Replace users of xexec(toys.optargs) with xexec_optargs(0) to avoid free/reuse bug during argument parsing.
toys/other/chroot.c
toys/other/netcat.c
toys/other/setsid.c
toys/other/taskset.c
toys/other/unshare.c
toys/pending/klogd.c
toys/posix/nice.c
toys/posix/nohup.c
toys/posix/time.c