Re: Extended regex match (shmatch.c:115) malloc error

2021-08-10 Thread Chet Ramey
On 8/9/21 1:08 PM, Gyorgy Matyasfalvi wrote: > uname output: HP-UX sovmh352 B.11.31 U ia64 1429105484 unlimited-user > license > Machine Type: ia64-hp-hpux11.31 > > Bash Version: 5.1 > Patch Level: 8 > Release Status: release > > Description: > When a regex matches inside [[ ]] it result

Re: Extended regex match (shmatch.c:115) malloc error

2021-08-09 Thread Chris F.A. Johnson
On Mon, 9 Aug 2021, Gyorgy Matyasfalvi wrote: Bash Version: 5.1 Patch Level: 8 Release Status: release Description: When a regex matches inside [[ ]] it results in a malloc error. Whereas if it doesn't you get expected behavior. Take the code below: ---

Re: Extended regex match (shmatch.c:115) malloc error

2021-08-09 Thread Greg Wooledge
On Mon, Aug 09, 2021 at 01:08:32PM -0400, Gyorgy Matyasfalvi wrote: > Machine: ia64 > OS: hpux11.31 > Compiler: cc > Compilation CFLAGS: -O -I/usr/local/include -D_XOPEN_SOURCE_EXTENDED +DD64 > uname output: HP-UX sovmh352 B.11.31 U ia64 1429105484 unlimited-user > license > Machine Type: ia64-hp-h

Extended regex match (shmatch.c:115) malloc error

2021-08-09 Thread Gyorgy Matyasfalvi
Hello, Would like to report the following: ### Configuration Information [Automatically generated, do not change]: Machine: ia64 OS: hpux11.31 Compiler: cc Compilation CFLAGS: -O -I/usr/local/include -D_XOPEN_SOURCE_EXTENDED

Re: Extended regex match (shmatch.c:115) malloc error

2021-08-09 Thread Gyorgy Matyasfalvi
Hello, I have some more info. I tried with versions: 5.0.018 and 4.4.012 and I get the same behavior. Also, I'm installing Bash with depothelper ( http://hpux.connect.org.uk/hppd/cgi-bin/search?term=bash&Search=Search). Best wishes, Gyorgy On Mon, Aug 9, 2021 at 1:08 PM Gyorgy Matyasfalvi wrote