DragonFly submit List (threaded) for 2007-01
DragonFly BSD
DragonFly submit List (threaded) for 2007-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: patch to randomize mmap offsets


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Mon, 15 Jan 2007 11:58:55 -0800 (PST)

:I pulled this little patch from OpenBSD to randomize mmap offsets as
:per request on projects page, described by
:http://www.openbsd.org/papers/auug04/index.html
:
:-Kevink
:
:-- 
:Kevin L. Kane
:kevin.kane at gmail.com

    hmm.  I'm not a big fan of OpenBSD's randomization code.  I'm not
    rabidly against the patch but it is a bit hackish.  It seems to me
    that somthing similar could be implemented simply by having the RTLD
    or LIBC code mmap() a randomly sized dead segment, and not have to
    build anything into the kernel.

						-Matt



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]