blob: 1e94f2b4697a2883bcae1b5c0a48e581be648108 (
plain) (
blame)
1
2
3
4
5
|
error in x86 executable segment permission check
When the code segment register (%cs) selects an executable segment with no read permission, mov instructions that read from the segment via %cs prefix can still succeed without causing a general protection error.
|