OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Artur Grabowski (artcvs.openbsd.org)
Date: Fri Apr 13 2007 - 06:16:08 CDT


CVSROOT: /cvs
Module name: src
Changes by: artcvs.openbsd.org 2007/04/13 05:16:08

Modified files:
        sys/arch/i386/i386: locore.s

Log message:
Move the proc0 stack below the proc0 page tables so that in case we
overflow the stack, we run into the symbol table (not critical) instead
of overwriting the page tables.

From mickey, ok art, ok toby