CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/06 02:25:39
Modified files:
lib/libc/dlfcn : init.c
Log message:
When a TEXTREL binary is loaded, non-writeable LOADs are not made immutable
because a loader may want to perform text relocations wrapped inside
mprotect permission flips. So static TEXTREL binaries need to perform
this operation themselves, at this fairly late point.
ok kettenis
