On Tue, Dec 12, 2017 at 03:55:10PM +0000, Emil Velikov wrote:
> On 11 December 2017 at 04:21, Peter Hutterer <peter.hutte...@who-t.net> wrote:
> 
> >> -                     ptrace(PTRACE_CONT, NULL, NULL);
> >> +                     ptrace(PTRACE_CONT, ppid, NULL, 0);
> 
> >
> > split this one out please, I'd rather not have it hidden in a bsd-suppport
> > patch, thanks.
> >
> Was going to ask - the PTRACE_CONT piece seems like a nice bugfix, does it 
> not?
> Currently the ppid is missing, which will result in an "interesting"
> ptracing experience.

yeah, it's a bug but it's not the end of the world. This code is only used
to detect if the test suite runs under gdb to disable libcheck's fork
mode. Not quite worthy of a cve :)

Cheers,
   Peter
_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to