On Mon, Oct 7, 2019 at 9:03 AM anonymous <[email protected]> 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 _______________________________________________ Bug-make mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-make
