FORTIFY_SOURCE would have helped slightly mitigate at least some of
the recent SAs and we have no remaining test issues with it raised. I
have received enough signal from folks running FORTIFY_SOURCE == 2 to
conclude that this shouldn't brick most systems, but some caution is
still warranted.
Developers are not expected to require any workflow changes; these shims
don't normally cause any new problems. Most of the build issues fixed
since inception have been in the underlying implementation of fortified
functions, as definitions need to be decorated and some uses need to be
protected from macro expansion.