Y
Hacker News
new
|
ask
|
show
|
jobs
by
tliltocatl
166 days ago
But that wouldn't protect against out-of boundary access (which is the whole point of segments), would it?
1 comments
convolvatron
165 days ago
thats enforced by the VM hardware - we just shuffle the PTEs around to match the appropriate segment view
link
rep_lodsb
165 days ago
As long as it's a linear address space, adding/subtracting a large enough value to a pointer (array, stack) could still cross into another "segment".
link
convolvatron
165 days ago
but those wouldn't be mapped unless you have crossed a call gate that enabled them. the kernel call gate implementation changes the VM map (region visibility) accordingly
link