CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/05 04:31:17
Modified files:
sys/kern : exec_elf.c
Log message:
For textrel binaries, skipping immutability on text segments is not enough:
It needs to be all non-writeable segments, which really means rodata.
crt0 and ld.so will need to call mimmutable() later on these regions.
ok kettenis
