Page MenuHomeFreeBSD

build: provide a FORTIFY_SOURCE.<src file> override
ClosedPublic

Authored by kevans on Apr 30 2026, 4:44 AM.
Tags
None
Referenced Files
F163256568: D56733.id176851.diff
Tue, Jul 21, 11:59 AM
Unknown Object (File)
Mon, Jul 20, 4:38 PM
Unknown Object (File)
Sat, Jul 18, 10:31 AM
Unknown Object (File)
Wed, Jul 15, 8:32 AM
Unknown Object (File)
Wed, Jul 15, 5:44 AM
Unknown Object (File)
Wed, Jul 15, 5:44 AM
Unknown Object (File)
Sun, Jul 12, 12:11 PM
Unknown Object (File)
Sun, Jul 5, 11:56 AM

Details

Summary

For native files we can do more minimal fixes to avoid this large of a
hammer, but for third party files it may not be worth the effort to try
and patch them. NetBSD has the original _FORTIFY_SOURCE implementation
that ours is based on, for instance, but tests sourced from there can't
do an __ssp_real(foo) without being certain that foo actually has a
fortified definition.

This change does always define _FORTIFY_SOURCE as a result, so gate it
on CFLAGS not already containing _FORTIFY_SOURCE definitions.

PR: 294881

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 72657
Build 69540: arc lint + arc unit