* fhandler_process.cc (fhandler_process::fill_filebuf): Open pinfo with

PID_MAP_RW.
* sigproc.cc (talktome): Ditto for winpids.
This commit is contained in:
Christopher Faylor
2003-09-17 02:10:13 +00:00
parent 9ee691211b
commit 11dcd1546f
3 changed files with 11 additions and 3 deletions

View File

@ -245,7 +245,8 @@ out:
bool
fhandler_process::fill_filebuf ()
{
pinfo p (pid);
pinfo p (pid, PID_MAP_RW); // PID_MAP_RW for cmdline since it
// needs to signal the other process
if (!p)
{