I am new to Operating System
Why is it a Bad Thing for one process to be able to read, or even write, to memory occupied by a different process?
If I am not wrong , Data of a process may be overwritten if another process access it, but what is the problem if another process is allowed to read ?, Thanks .