[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Enhance/fix VMS setting of program name, MAKE/MAKE_COMMAND,
From: |
Paul Smith |
Subject: |
Re: [PATCH] Enhance/fix VMS setting of program name, MAKE/MAKE_COMMAND, variables |
Date: |
Tue, 26 Aug 2014 10:29:22 -0400 |
On Tue, 2014-08-26 at 10:19 +0100, Ralph Corderoy wrote:
> Can malloc fail on VMS?
All calls to memory allocation in GNU make should use the x*() functions
(xmalloc, xcalloc, xrealloc, xstrdup) which will stop the process if
memory allocation fails.
We don't attempt to recover from running out of memory in GNU make.