diff options
Diffstat (limited to 'results/classifier/zero-shot-user-mode/instruction/1832916')
| -rw-r--r-- | results/classifier/zero-shot-user-mode/instruction/1832916 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/results/classifier/zero-shot-user-mode/instruction/1832916 b/results/classifier/zero-shot-user-mode/instruction/1832916 new file mode 100644 index 000000000..0b1b7cddd --- /dev/null +++ b/results/classifier/zero-shot-user-mode/instruction/1832916 @@ -0,0 +1,11 @@ +instruction: 0.535 +syscall: 0.243 +runtime: 0.221 + + + +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. \ No newline at end of file |