Solving the process ID allocation problem
Posted Sep 25, 2002 13:51 UTC (Wed) by
oneukum (subscriber, #3970)
In reply to:
Solving the process ID allocation problem by cpeterso
Parent article:
Solving the process ID allocation problem
The PID is an argument of some system calls. The kernel cannot for reasons of security,
accept a pointer into kernel memory which user spaces feeds it.
PIDs must be in some kind of table, so that they can be verfied.
(
Log in to post comments)