Re: SourceAv in xparse_dolparen when trying to compare with rvalue

2025-05-01 Thread Chet Ramey
On 5/1/25 11:30 AM, Grisha Levit wrote: After fix pushed today, can be simplified to: ./bash -n <<< 'f["$$(] f["$$(y=("("]' ERROR: AddressSanitizer: SEGV on unknown address 0x I'll push a fix before I leave for vacation Sunday. -- ``The lyf so short, the craft so long

Re: SourceAv in rewind_input_string when trying to compare with rvalue

2025-05-01 Thread Chet Ramey
On 5/1/25 10:46 AM, Grisha Levit wrote: On Fri, Apr 25, 2025, 16:08 Александр Ушаков wrote: I encountered an issue in Bash and would like to report it. crash2.txt is attached to the email. Steps to reproduce $ CC=clang-19 CFLAGS="-fsanitize=address -g -O0" ./configure --without-bash-malloc

Re: SourceAv in xparse_dolparen when trying to compare with rvalue

2025-05-01 Thread Grisha Levit
On Fri, Apr 25, 2025, 16:30 Александр Ушаков wrote: > I encountered an issue in Bash and would like to report it. crash3.txt is > attached to the email. So this problem also appers after require my fix in my > previous letter (SourceAv in rewind_input_string when trying to compare with > rvalue

Re: SourceAv in rewind_input_string when trying to compare with rvalue

2025-05-01 Thread Grisha Levit
On Fri, Apr 25, 2025, 16:08 Александр Ушаков wrote: > > I encountered an issue in Bash and would like to report it. crash2.txt is > attached to the email. > > Steps to reproduce > > $ CC=clang-19 CFLAGS="-fsanitize=address -g -O0" ./configure > --without-bash-malloc > $ make > $ cat crash2.txt |