Re: [PATCH 3/9] signal/seccomp: Dump core when there is only one live thread
From: Kees Cook <hidden>
Date: 2021-06-26 03:20:37
Also in:
linux-alpha, linux-m68k, lkml
From: Kees Cook <hidden>
Date: 2021-06-26 03:20:37
Also in:
linux-alpha, linux-m68k, lkml
On Thu, Jun 24, 2021 at 02:00:22PM -0500, Eric W. Biederman wrote:
Replace get_nr_threads with atomic_read(¤t->signal->live) as that is a more accurate number that is decremented sooner.
Okay, seems fine to me. :) -- Kees Cook