Re: gmake-4.2.90 still crashes on $(wildcard hello*/)

2019-09-02 Thread Paul Smith
On Sun, 2019-09-01 at 16:01 -0400, Dmitry Goncharov via Bug reports and discussion for GNU make wrote: > $ echo 'all: ; @echo $(wildcard hello*/)' > /tmp/1.mk > $ ./make -f /tmp/1.mk > Segmentation Fault > > A patch was provided here >

gmake-4.2.90 still crashes on $(wildcard hello*/)

2019-09-01 Thread Dmitry Goncharov via Bug reports and discussion for GNU make
$ echo 'all: ; @echo $(wildcard hello*/)' > /tmp/1.mk $ ./make -f /tmp/1.mk Segmentation Fault A patch was provided here https://lists.gnu.org/archive/html/bug-make/2017-12/msg6.html Any chance to have this applied for 4.3? regards, Dmitry ___