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: b...@freebsd.org
          Reporter: kev...@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.

Reply via email to