CVSROOT:        /cvs
Module name:    src
Changes by:     guent...@cvs.openbsd.org        2023/05/17 22:26:06

Modified files:
        lib/libc/arch/amd64/sys: Ovfork.S 

Log message:
Make two corrections to the vfork(2) stub:
* with IBT, it can't return via an indirect jump as that would
require the *caller* to have an endbr64
* to support a potential vmspace-sharing implementation, keep the
retguard value in an arg register across the underlying syscall

ok kettenis@ deraadt@

Reply via email to