[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug #57014] make-4.2.91 segfaults under Solaris 10 when many files
From: |
Dmitry Goncharov |
Subject: |
Re: [bug #57014] make-4.2.91 segfaults under Solaris 10 when many files are involved |
Date: |
Mon, 7 Oct 2019 11:26:35 -0400 |
On Mon, Oct 7, 2019 at 9:03 AM anonymous <address@hidden> wrote:
> With the following Makefile, make-4.2.91 segfaults on my Solaris 10:
...
> include /dev/null
> dummy: subdir/*.c
> include /dev/null
This reproduces for me. This is the same read past the end of the
string inside sum_up_to_nul that is already fixed in git.
Denis, can you please pull the latest, built, run and report?
regards, Dmitry
Re: [bug #57014] make-4.2.91 segfaults under Solaris 10 when many files are involved,
Dmitry Goncharov <=