[Bug 279227] csplit: handlesig is not async-signal-safe
Date: Wed, 22 May 2024 17:39:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279227 Bug ID: 279227 Summary: csplit: handlesig is not async-signal-safe Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: kevans@freebsd.org handlesig calls cleanup(), which is itself not async-signal-safe if `doclean != 0` as it wants to use `snprintf` -- while it notes that it "appears" to be safe on FreeBSD, we should strive to be correct here. -- You are receiving this mail because: You are the assignee for the bug.