CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2022/11/06 04:38:54

Modified files:
        libexec/ld.so  : loader.c 

Log message:
Library RELRO sections are excluded from the immutable list, because ld.so
tweaks them quite late.  _dl_relro() is called when that work is done, and
the final mprotect PROT_READ happens.  Then we can make mark it immutable.
ok kettenis

Reply via email to