Add some compile time checks for arrays, see
https://best.openssf.org/Compiler-Hardening-Guides/Compiler-Options-Hardening-Guide-for-C-and-C++.html
Differential D48426
increase security/safety FORTIFY netchild on Sat, Jan 11, 2:15 PM. Authored by Tags None Referenced Files
Details
Add some compile time checks for arrays, see https://best.openssf.org/Compiler-Hardening-Guides/Compiler-Options-Hardening-Guide-for-C-and-C++.html All of this runs since some months on a jail host with mysql, postgresql,
Diff Detail
Event TimelineComment Actions I'd like to see this committed as separated changes, so that if a user encounters trouble we could suggest reverting just one part. Adding -fstack-clash-protection lgtm.
Comment Actions I'll split the two parts up and try to come up with something for the docs.
|