summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2024-04-05 12:58:50 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2024-04-05 12:58:50 +0000
commit4f9b9fd7166bf52ea60b8ddfca9b59e18d6d0323 (patch)
tree7acc9b227f10089d7041d7de104438a46f8af21a /libexec
parent66e9851bb5576d6b2016f333cb13d1ac041dc32c (diff)
On machines lacking xonly support hardware, we emulate xonly in the
copyin(9) layer below system calls, using a 4-entry lookup; the 4th entry is libc.so text. We were assuming, or rather insisting, that on all our architectures libc.so text is treated as xonly, even if the linker was behind in it's game. Since msyscall(2) is gone, kernel no longer has information about the start,len of libc.so text segment. But we can instead use the (same) start,len range of pinsyscalls() instead for this purpose. ld.so is passing the same text-range to the kernel in this position. regression tests run by anton discovered that libc.so text had become copyin-readable. ok kettenis
Diffstat (limited to 'libexec')
0 files changed, 0 insertions, 0 deletions