aboutsummaryrefslogtreecommitdiff
path: root/include/ssp/signal.h
Commit message (Collapse)AuthorAgeFilesLines
* ssp: Protect sig2str with proper visibility markersWarner Losh2025-06-121-0/+2
| | | | | | | | | | We only define SIG2STR_MAX with careful visibility, but define the fortified version unconditionally. It needs to have the same visibility both places. Fixes: 3d12567133bf Reviewed by: jrtc27, kevans Sponsored by: Netflix
* include: ssp: fortify <signal.h>Ricardo Branco2025-06-111-0/+50
sig2str(3) Reviewed by: imp, kib, des, jilles Pull Request: https://github.com/freebsd/freebsd-src/pull/1696 Closes: https://github.com/freebsd/freebsd-src/pull/1696