[Bug 41928] Re: Process table cant be expanded
Jim Lieb
jim at canonical.com
Mon Jun 8 20:59:27 UTC 2009
The kernel does not keep the command line for a proc internally. When
it is read from /proc/<pid>/cmdline, the kernel actually maps that pid's
address space and copies the command line and returns it to the reader.
There is no size check. Whatever the exec started with is what is sent
back. Any limitations are either set by the executed app itself (very
doubtful) or the processing downstream from the /proc/<pid>/cmdline
read.
** Changed in: linux (Ubuntu)
Status: Confirmed => Invalid
--
Process table cant be expanded
https://bugs.launchpad.net/bugs/41928
You received this bug notification because you are a member of Kubuntu
Bugs, which is a direct subscriber.
More information about the kubuntu-bugs
mailing list