[bug #59247] function shell eats a newline

2020-12-05 Thread Paul D. Smith
Follow-up Comment #3, bug #59247 (project make): This behavior is not related to bug #59395; that issue has to do with how target recipes are split into individual command lines. This issue is discussing how an individual command line (or in this case the arguments to the shell function) are

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

2020-12-05 Thread Dmitry Goncharov
Follow-up Comment #2, bug #59601 (project make): Thanks for your report. Here is a patch. diff --git a/src/main.c b/src/main.c index 9066513..64e2529 100644 --- a/src/main.c +++ b/src/main.c @@ -1364,7 +1364,7 @@ main (int argc, char **argv, char **envp) enum variable_export export =