Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ssp: Protect sig2str with proper visibility markers | Warner Losh | 2025-06-12 | 1 | -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 Branco | 2025-06-11 | 1 | -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 |