blob: a963011e0f65342261db9ac8dcf2df95342680c1 (
plain) (
blame)
1
2
3
4
|
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.
|