Re: [PATCH 3/9] signal/seccomp: Dump core when there is only one live thread
From: Kees Cook
Date: Fri Jun 25 2021 - 23:20:47 EST
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