Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2004 00:55:38 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdlib malloc.c
Message-ID:  <200402210855.i1L8tcwW019675@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402210855.i1L8tcwW019675>