#
d8b51259 |
| 12-Jun-2025 |
Warner Losh <imp@FreeBSD.org> |
ssp: Protect sig2str with proper visibility markers
We only define SIG2STR_MAX with careful visibility, but define the fortified version unconditionally. It needs to have the same visibility both pl
ssp: Protect sig2str with proper visibility markers
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
show more ...
|
#
b0334450 |
| 18-May-2025 |
Ricardo Branco <rbranco@suse.de> |
include: ssp: fortify <signal.h>
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
|