Home > Archive > Unix Programming > October 2004 > What prevent a user process from writing to arbitrary memory
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
What prevent a user process from writing to arbitrary memory
|
|
|
| Hi All,
What prevent a user process from writing to arbitrary memory
locations?
Thanks
Jeff
| |
| Måns Rullgård 2004-10-26, 8:56 pm |
| zhefu.fan@gmail.com (Jeff) writes:
> Hi All,
>
> What prevent a user process from writing to arbitrary memory
> locations?
The MMU.
--
Måns Rullgård
mru@inprovide.com
| |
| Nils O. Selåsdal 2004-10-27, 3:57 am |
| Jeff wrote:
> Hi All,
>
> What prevent a user process from writing to arbitrary memory
> locations?
The kernels policy for memory management, with a great help
from hardware(the MMU).
--
Nils O. Selåsdal
www.utelsystems.com
|
|
|
|
|