You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Distributions want to override _FORTIFY_SOURCE, and various libc
implementations support different versions of it. This is causing us
some headaches, and supporting major platforms unfortunately need to
take priority.
Remove _FORTIFY_SOURCE and instead try to set -fhardened, which we can
easily detect, and enable a few extra errors for good measure.
Reference: mesonbuild/meson#13024
Reference: ossf/wg-best-practices-os-developers#659
0 commit comments