CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2017/07/18 17:00:31

Modified files:
        regress/sys/kern/noexec: Makefile noexec.c 

Log message:
The function getaddr() compares the stack address of the caller
with its own local variable.  This way it detects the direction of
stack growth.  This does not work if the functions gets inlined.
Pass -fno-inline to the compiler to avoid sporadic tests fails.

Reply via email to