Re: realloc: start and end chunk sizes differ - rl_extend_line_buffer in lib/readline/util.c

2019-01-31 Thread Chet Ramey
On 1/7/19 5:10 AM, Eduardo A. Bustamante López wrote: > diff -ruN bash-5.0-rc1.orig/lib/readline/search.c > bash-5.0-rc1/lib/readline/search.c > --- bash-5.0-rc1.orig/lib/readline/search.c 2019-01-03 13:14:43.428392927 > -0800 > +++ bash-5.0-rc1/lib/readline/search.c 2019-01-07 01:39:44.245

bash-5.0_p1: wildcard expansion bug with unreadable intermediate directories

2019-01-31 Thread Andrew Church
When expanding a wildcard following a partially quoted pathname, expansion fails if an intermediate directory is not readable, even when the final directory (the one in which expansion is performed) is readable. This does not occur if quotes are not used in the pathname, or if the quoted part of t

Re: bash-5.0_p1: wildcard expansion bug with unreadable intermediate directories

2019-01-31 Thread Andrew Church
>When expanding a wildcard following a partially quoted pathname, [...] >Test case: I edited the commands in the test case when an additional thought occurred to me (the a/"b vs. a/b" distinction) but forgot to update the corresponding output lines. My apologies. Proper test case: bash-5.0$ chm

Re: Segmentation fault in lib/readline/text.c rl_change_case

2019-01-31 Thread Chet Ramey
On 1/6/19 9:25 PM, Eduardo A. Bustamante López wrote: > I found the issue with AFL (http://lcamtuf.coredump.cx/afl/). > > The crash itself happens due to the following: > > dualbus@system76-pc:~/src/gnu/bash$ cat -n lib/readline/text.c | sed -n > '1455,1460p' > 1455 mlen =

Re: Unexpected delay in using arguments.

2019-01-31 Thread Bize Ma
Just to confirm that the delays were removed on the release version. Thanks Chet Ramey () wrote: In the development distributions, always available at > > http://git.savannah.gnu.org/cgit/bash.git/snapshot/bash-devel.tar.gz > > Or you could just clone the git tree. > Many thanks, found and