[bug #59490] target may not be remade if prerequisite has no recipe

2020-12-02 Thread Greg Minshall
Follow-up Comment #5, bug #59490 (project make): thanks, both. i apologize for my posted question being incomplete! i'm very sympathetic to this: > However, your makefile is lying to make; it says that the > recipe for b1 builds just b1, but in fact it also builds c1 > "behind make's back". (as,

[bug #59601] buffer over-read on malformed environment variable

2020-12-02 Thread eric lagergren
Additional Item Attachment, bug #59601 (project make): File name: repro.go Size:0 KB ___ Reply to this item at:

[bug #59601] buffer over-read on malformed environment variable

2020-12-02 Thread eric lagergren
URL: Summary: buffer over-read on malformed environment variable Project: make Submitted by: elagergren_so Submitted on: Wed 02 Dec 2020 08:00:31 PM UTC Severity: 3 - Normal

[bug #59601] buffer over-read on malformed environment variable

2020-12-02 Thread eric lagergren
Follow-up Comment #1, bug #59601 (project make): This seems to be eight years old: https://git.savannah.gnu.org/cgit/make.git/diff/main.c?id=cc85b927cdc1a4dad3217842215903a45044fc43 Indeed, checking whether *ep is NULL fixes the bug. ___ R