Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2024 17:39:12 +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@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279227

            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 `doclea=
n !=3D
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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279227-227>