summary refs log tree commit diff stats
path: root/results/classifier/no-thinking-deepseek-r1:70b/output/runtime/1832916
blob: fd8f7301ecdf14f590fcc069cc8bb0eeb262c713 (plain) (blame)
1
2
3
4
5
6
7
8
linux-user does not check PROT_EXEC

At no point do we actually verify that a page is PROT_EXEC before translating.  All we end up verifying is that the page is readable.  Not the same thing, obviously.

The following test case should work for any architecture, though I've only validated it for x86_64 and aarch64.