Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fortify builds #85

Open
danielealbano opened this issue Dec 31, 2021 · 0 comments
Open

Fortify builds #85

danielealbano opened this issue Dec 31, 2021 · 0 comments
Labels
enhancement New feature or request
Projects
Milestone

Comments

@danielealbano
Copy link
Owner

To improve the overall code quality, stability and security cachegrand should be built using extra options to fortify the builds.

Some work has already been started in an ad hoc branch adding the necessary build options
"-Wall"; "-Wextra"; "-Wpedantic"; "-Wformat=2"; "-Wformat-overflow=2"; "-Wformat-truncation=2";
"-Wformat-security"; "-Wnull-dereference"; "-Wstack-protector"; "-Wtrampolines"; "-Walloca"; "-Wvla";
"-Warray-bounds=2"; "-Wimplicit-fallthrough=3"; "-Wtraditional-conversion"; "-Wshift-overflow=2";
"-Wcast-qual"; "-Wstringop-overflow=4"; "-Wconversion"; "-Warith-conversion"; "-Wlogical-op";
"-Wduplicated-cond"; "-Wduplicated-branches"; "-Wformat-signedness"; "-Wshadow"; "-Wstrict-overflow=4";
"-Wundef"; "-Wstrict-prototypes"; "-Wswitch-default"; "-Wswitch-enum"; "-Wstack-usage=1000000";
"-Wcast-align=strict";
"-D_FORTIFY_SOURCE=2";
"-fstack-protector-strong"; "-fstack-clash-protection"; "-fPIE";
"-Wl,-z,relro"; "-Wl,-z,now"; "-Wl,-z,noexecstack"; "-Wl,-z,separate-code";

It's necessary to resolve all the warnings / errors to be able to merge this branch.

@danielealbano danielealbano created this issue from a note in cachegrand (Backlog) Dec 31, 2021
@danielealbano danielealbano added this to the v0.3 milestone Dec 31, 2021
@danielealbano danielealbano added the enhancement New feature or request label Dec 31, 2021
@danielealbano danielealbano moved this from Backlog to Ready for Work in cachegrand Dec 31, 2021
@danielealbano danielealbano modified the milestones: v0.3, v0.4 Aug 11, 2022
@danielealbano danielealbano modified the milestones: v0.4, v0.6 May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
cachegrand
  
Ready for Work
Development

No branches or pull requests

1 participant