Date: Thu, 23 Jan 2003 13:26:47 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib malloc.c Message-ID: <200301232126.h0NLQlqt059398@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2003/01/23 13:26:47 PST
Modified files:
lib/libc/stdlib malloc.c
Log:
For "sensitive" processes, we always set the 'A' flag which causes abort()
to be called on first sight of trouble.
"sensitive" is somewhat arbitrarily defined as "setuid, setgid, uid == root
or gid == wheel".
The 'A' option carries no performance penalty.
It is not possible to override this setting: fix the program instead.
Absentmindedly nodded OK to by: various
Revision Changes Path
1.73 +7 -0 src/lib/libc/stdlib/malloc.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301232126.h0NLQlqt059398>
