[Bug 279227] csplit: handlesig is not async-signal-safe

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 24 Feb 2026 02:40:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279227

Aadya Chinubhai <aadyachinubhai@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aadyachinubhai@gmail.com

--- Comment #2 from Aadya Chinubhai <aadyachinubhai@gmail.com> ---
Created attachment 268315
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=268315&action=edit
Currently, cleanup uses snprintf which is not async-signal-safe. This fix makes
it async-signal-safe using pointers for string copy.

Github URL: https://github.com/freebsd/freebsd-src/pull/2045

-- 
You are receiving this mail because:
You are the assignee for the bug.