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