Re: [PATCH 2/2] Check tcsetpgrp p is a process group.

2015-06-27 Thread Patrick Donnelly
On Sat, Jun 27, 2015 at 7:26 PM, Greg Kroah-Hartman wrote: > On Sat, Jun 27, 2015 at 05:17:03PM -0400, Patrick Donnelly wrote: >> This fixes a bug where a process can set the foreground process group to its >> pid even if its pid is not a valid pgrp. >> >> Signed-off-by: Patrick Donnelly >> --- >

Re: [PATCH 2/2] Check tcsetpgrp p is a process group.

2015-06-27 Thread Greg Kroah-Hartman
On Sat, Jun 27, 2015 at 05:17:03PM -0400, Patrick Donnelly wrote: > This fixes a bug where a process can set the foreground process group to its > pid even if its pid is not a valid pgrp. > > Signed-off-by: Patrick Donnelly > --- > drivers/tty/tty_io.c | 8 +++- > 1 file changed, 7 insertion

Re: [PATCH 2/2] Check tcsetpgrp p is a process group.

2015-06-27 Thread Greg Kroah-Hartman
On Sat, Jun 27, 2015 at 05:17:03PM -0400, Patrick Donnelly wrote: > This fixes a bug where a process can set the foreground process group to its > pid even if its pid is not a valid pgrp. > > Signed-off-by: Patrick Donnelly > --- > drivers/tty/tty_io.c | 8 +++- > 1 file changed, 7 insertion