Hi Александр
On Thu, 24 Apr 2025 at 03:30, Александр Ушаков
wrote:
> #define current_delimiter(ds) \
> (ds.delimiter_depth && !(ds.delimiter_depth - 1 < 0) ?
> ds.delimiters[ds.delimiter_depth - 1] : 0)
This seems unnecessarily complex; why not simply
#define current_delimiter(ds) (ds.delim
On 4/23/25 1:37 PM, Grisha Levit wrote:
On Wed, Apr 23, 2025, 11:40 Chet Ramey wrote:
On 4/23/25 11:30 AM, Александр Ушаков wrote:
I encountered an issue in Bash and would like to report it. buggyfile.txt is
attached to the email.
Steps to reproduce
$ CC=clang-19 CFLAGS="-fsanitize=addres
On Wed, Apr 23, 2025, 11:40 Chet Ramey wrote:
>
> On 4/23/25 11:30 AM, Александр Ушаков wrote:
>
> > I encountered an issue in Bash and would like to report it. buggyfile.txt
> > is attached to the email.
> >
> > Steps to reproduce
> >
> > $ CC=clang-19 CFLAGS="-fsanitize=address -g -O0" ./config
On 4/23/25 11:30 AM, Александр Ушаков wrote:
I encountered an issue in Bash and would like to report it. buggyfile.txt is
attached to the email.
Steps to reproduce
$ CC=clang-19 CFLAGS="-fsanitize=address -g -O0" ./configure
--without-bash-malloc
$ make
$ cat crash1.txt | ./bash --norc --noe
Dear Bash Maintainers,
I encountered an issue in Bash and would like to report it. buggyfile.txt is
attached to the email.
Steps to reproduce
$ CC=clang-19 CFLAGS="-fsanitize=address -g -O0" ./configure
--without-bash-malloc
$ make
$ cat crash1.txt | ./bash --norc --noediting -i
Expected Beh