* aoutx.h, elfcode.h, coff-alpha.c, bout.c, ecoff.c, ecofflink.c,
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 17 Mar 1994 18:54:48 +0000 (18:54 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 17 Mar 1994 18:54:48 +0000 (18:54 +0000)
commit8eb5d4be69fd1ac050fc1ef041e56803d921029d
treef3f0ec96380a849fe41b966afe7c9d3f2a9b475f
parentf09d749f4cea655a39a9f6f1b19398b54aeba10f
* aoutx.h, elfcode.h, coff-alpha.c, bout.c, ecoff.c, ecofflink.c,
elf32-hppa.c, elf32-mips.c, linker.c, som.c, sunos.c: If malloc(0)
returns NULL, it is not an error.  It's possible that some of
these checks are not necessary (because the size can never be
zero), but putting in the checks is the conservative thing to do
in light of the fact that some of these malloc calls replaced
unchecked alloca calls, in which a zero argument would work fine.
bfd/ChangeLog
bfd/aoutx.h
bfd/som.c