From owner-cvs-all Thu Oct 15 10:12:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA23310 for cvs-all-outgoing; Thu, 15 Oct 1998 10:12:15 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA23305; Thu, 15 Oct 1998 10:12:14 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA11197; Thu, 15 Oct 1998 10:12:12 -0700 (PDT) Date: Thu, 15 Oct 1998 10:12:12 -0700 (PDT) Message-Id: <199810151712.KAA11197@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_linker.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/10/15 10:12:12 PDT Modified files: sys/kern kern_linker.c Log: - bzero() after malloc(). This is especially obvious when kern_malloc is compiled with DIAGNOSTIC. - Don't break from the preload module processing loop prematurely. Revision Changes Path 1.10 +5 -3 src/sys/kern/kern_linker.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message