From owner-cvs-gnu Thu Jan 23 16:07:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA21808 for cvs-gnu-outgoing; Thu, 23 Jan 1997 16:07:14 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA21799; Thu, 23 Jan 1997 16:07:10 -0800 (PST) Date: Thu, 23 Jan 1997 16:07:10 -0800 (PST) From: John Polstra Message-Id: <199701240007.QAA21799@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld ld.c support.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 97/01/23 16:07:08 Modified: gnu/usr.bin/ld ld.c support.c Log: Use xmalloc instead of malloc in two places, so that out-of-memory conditions will be detected. Submitted by: Philippe Charnier Revision Changes Path 1.39 +1 -1 src/gnu/usr.bin/ld/ld.c 1.3 +1 -1 src/gnu/usr.bin/ld/support.c