summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/none/1832916
blob: c70fa24296f50015529a41d87330c28648560005 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
device: 0.469
graphic: 0.426
network: 0.329
socket: 0.283
other: 0.253
semantic: 0.239
vnc: 0.205
files: 0.185
boot: 0.184
permissions: 0.175
PID: 0.148
performance: 0.083
debug: 0.069
KVM: 0.034

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.



It turns out we can't fix this without also fixing
our implementation of signal trampolines.


This is an automated cleanup. This bug report has been moved to QEMU's
new bug tracker on gitlab.com and thus gets marked as 'expired' now.
Please continue with the discussion here:

 https://gitlab.com/qemu-project/qemu/-/issues/122