CVSROOT:        /cvs
Module name:    src
Changes by:     kette...@cvs.openbsd.org        2025/08/23 10:12:52

Modified files:
        sys/kern       : kern_exec.c 

Log message:
Fix the code that attempts to write-protect the sigobject; we need to pass
the end address to uvm_map_protect(9), not the size.  Note that this relies
on a recent pmap fix on amd64/i386 to make pmap_protect(9) work for the
kernel pmap.  Also adjust the comment for this code to reflect that we no
longer unmap sigobject.

ok miod@, mpi@

Reply via email to