On Sat, 28 Sep 2024 14:08:31 -0700 Kees Cook <[email protected]> wrote:

> The 'comm' member will always be NUL terminated,

Why is this?  I thought this is only true if the caller holds task_lock()?

> and this is not
> fast-path, so we can just perform a direct memcpy during a coredump
> instead of potentially deadlocking while holding the task struct lock.
> 


Reply via email to