[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS: cvs.openbsd.org: src
- To: source-changes_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org
- Subject: CVS: cvs.openbsd.org: src
- From: Ted Unangst <tedu_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Thu, 16 Oct 2003 11:05:05 -0600 (MDT)
CVSROOT: /cvs
Module name: src
Changes by: tedu_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org 2003/10/16 11:05:05
Modified files:
lib/libc/stdlib: malloc.3 malloc.c
Log message:
by popular demand, malloc guard pages. insert an unreadable/unwriteable
page after each page size allocation to detect overrun. this is
somewhat electric fence like, while attempting to be mostly usable in
production. also, use tdeval's chunk randomization code.
enabled with the G option.
ok deraadt and co.
Visit your host, monkey.org