Re: v1.33.0: tc(8): "dev" keyword: argv off-by-one, false code flow

2021-07-11 Thread Denys Vlasenko
Applied, thanks On Fri, Jul 9, 2021 at 12:14 AM Steffen Nurpmeso wrote: > > Hello again. > > #?0|kent:~# tc qdisc show dev browse > qdisc noqueue 0: root refcnt 2 > #?0|kent:~# busybox.static tc qdisc show dev browse > tc: invalid argument 'SHELL=/bin/bash' to 'command' > > In the "arg

v1.33.0: tc(8): "dev" keyword: argv off-by-one, false code flow

2021-07-08 Thread Steffen Nurpmeso
Hello again. #?0|kent:~# tc qdisc show dev browse qdisc noqueue 0: root refcnt 2 #?0|kent:~# busybox.static tc qdisc show dev browse tc: invalid argument 'SHELL=/bin/bash' to 'command' In the "arg == ARG_dev" branch of tc_main(), there is a "continue" missing. diff --git