CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/06 05:00:20
Modified files:
libexec/ld.so : loader.c
Log message:
TEXTREL binaries are loaded without immutable on un-writeable sections.
After text relocations are finished, these regions (in the binary) can become
immutable.
OPENBSD_MUTABLE section always overlaps writeable LOADs, so don't be afraid
of that case, it's covered.
