From owner-cvs-src@FreeBSD.ORG Sat May 31 05:53:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 575AE37B401; Sat, 31 May 2003 05:53:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E93AE43F85; Sat, 31 May 2003 05:53:42 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h4VCrg0U087837; Sat, 31 May 2003 05:53:42 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4VCrggI087836; Sat, 31 May 2003 05:53:42 -0700 (PDT) Message-Id: <200305311253.h4VCrggI087836@repoman.freebsd.org> From: Scott Long Date: Sat, 31 May 2003 05:53:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_1 Subject: cvs commit: src/lib/libc/stdlib malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2003 12:53:43 -0000 scottl 2003/05/31 05:53:42 PDT FreeBSD src repository Modified files: (Branch: RELENG_5_1) lib/libc/stdlib malloc.c Log: Turn off malloc_abort and malloc_junk for the release. Approved by: re (implicit) Revision Changes Path 1.75.2.1 +2 -2 src/lib/libc/stdlib/malloc.c