Date: Tue, 24 Feb 2026 02:40:01 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 279227] csplit: handlesig is not async-signal-safe Message-ID: <bug-279227-227-JwTdEl0PA4@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-279227-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279227-227-JwTdEl0PA4>
