[Bug 279227] csplit: handlesig is not async-signal-safe
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 279227] csplit: handlesig is not async-signal-safe"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.