From owner-cvs-all@FreeBSD.ORG Sat Feb 21 00:55:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D401016A4CE; Sat, 21 Feb 2004 00:55:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6F9843D1D; Sat, 21 Feb 2004 00:55:38 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L8tcGe019676; Sat, 21 Feb 2004 00:55:38 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L8tcwW019675; Sat, 21 Feb 2004 00:55:38 -0800 (PST) (envelope-from phk) Message-Id: <200402210855.i1L8tcwW019675@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 21 Feb 2004 00:55:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdlib malloc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2004 08:55:39 -0000 phk 2004/02/21 00:55:38 PST FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Move the check for sensitive processes to the point where the exception has been hit, this makes it cover more cases. Call the message function directly rather than fiddle with flag-saving when we find an unknown character in our options. The 'A' flag should not trigger on legal out of memory conditions. Revision Changes Path 1.85 +7 -14 src/lib/libc/stdlib/malloc.c