Re: simple prob made into a security tragedy...oh well.... ;^/

2021-07-01 Thread Greg Wooledge
On Thu, Jul 01, 2021 at 02:12:10AM -0700, L A Walsh wrote: > What are you talking about? > > njobs() { printf ${1:+-v $1} "%s\n" "$(jobs |wc -l)"; } > > I don't see any arrays, let alone indexed. The arrays were in the calls. We demonstrated a few cases already. Since you clearly weren't

Re: simple prob made into a security tragedy...oh well.... ;^/

2021-07-01 Thread L A Walsh
On 2021/06/29 19:11, Eli Schwartz wrote: This is a ridiculous argument and you know it. You, personally, are writing code which does not get used in security contexts, which is your right. This in no way means that refusing to quote variables which "cannot be word-split" stops *any* security

Re: shell-backward-kill-word needs to behave more like werase

2021-07-01 Thread Basin Ilya
Upgrading to bash5.1 solved the problem. On 29.06.2021 14:26, Basin Ilya wrote: > I'll try to build bash 5 for Cygwin and reply here > > On 29.06.2021 11:00, Andreas Schwab wrote: >> On Jun 29 2021, Basin Ilya wrote: >> >>> However, shell-backward-kill-word erases the word immedeately >>>