From owner-cvs-lib Tue Oct 29 12:35:47 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA21976 for cvs-lib-outgoing; Tue, 29 Oct 1996 12:35:47 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA21956; Tue, 29 Oct 1996 12:35:40 -0800 (PST) Date: Tue, 29 Oct 1996 12:35:40 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199610292035.MAA21956@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/stdlib malloc.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/10/29 12:35:40 Modified: lib/libc/stdlib malloc.c Log: If you run with option Z and malloc fails, memset gets called with a NULL pointer (archie) Explain that minsize is also the smallest alignment. Submitted by: Archie Cobbs Revision Changes Path 1.18 +6 -4 src/lib/libc/stdlib/malloc.c