diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-06 20:55:56 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-06 20:55:56 +0200 |
commit | 184c738582eb190489dd2e9d120b1e036df65401 (patch) | |
tree | c12ad562b1ecff416ed4bc48e0ccb4c1a0fc35c1 /NOFORK_NOEXEC.lst | |
parent | 035e71578e98744acba2394bb03686d08f60d956 (diff) | |
download | busybox-w32-184c738582eb190489dd2e9d120b1e036df65401.tar.gz busybox-w32-184c738582eb190489dd2e9d120b1e036df65401.tar.bz2 busybox-w32-184c738582eb190489dd2e9d120b1e036df65401.zip |
stty: fix bb_common_bufsiz1 use in NOEXEC
function old new delta
stty_main 1211 1221 +10
do_display 379 370 -9
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'NOFORK_NOEXEC.lst')
-rw-r--r-- | NOFORK_NOEXEC.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NOFORK_NOEXEC.lst b/NOFORK_NOEXEC.lst index 02e2ba956..fb76fcf63 100644 --- a/NOFORK_NOEXEC.lst +++ b/NOFORK_NOEXEC.lst | |||
@@ -327,7 +327,7 @@ softlimit - noexec. spawner | |||
327 | sort - noexec. runner | 327 | sort - noexec. runner |
328 | split - runner | 328 | split - runner |
329 | ssl_client - longterm | 329 | ssl_client - longterm |
330 | start-stop-daemon | 330 | start-stop-daemon - not noexec: uses bb_common_bufsiz1 |
331 | stat - nofork candidate(needs fewer allocs) | 331 | stat - nofork candidate(needs fewer allocs) |
332 | strings - runner | 332 | strings - runner |
333 | stty - noexec. nofork candidate: has no allocs or opens except xmove_fd(xopen("-F DEVICE"),STDIN). tcsetattr(STDIN) is not a problem: it would work the same across processes sharing this fd | 333 | stty - noexec. nofork candidate: has no allocs or opens except xmove_fd(xopen("-F DEVICE"),STDIN). tcsetattr(STDIN) is not a problem: it would work the same across processes sharing this fd |