Re: Issue with parameter expansion with array when index > 2^31

2021-08-06 Thread Chet Ramey
On 8/5/21 4:07 PM, fe...@f-hauri.ch wrote: Bash Version: 5.1 Patch Level: 8 Release Status: release Description: parameter expansion don't work correctly with array when index become bigger than 31 bit value Thanks for the report. The function prototype needed to be changed f

Issue with parameter expansion with array when index > 2^31

2021-08-05 Thread felix
Configuration Information: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -g -O2 -Wno-parentheses -Wno-format-security uname output: Linux medium 4.19.0-16-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 GNU/Linux Machine Type: x86_64-pc-linux-gnu Bash Version: 5.1 Patch Level