diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-10-09 08:36:33 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-10-09 08:36:33 -0400 |
| commit | 53d8f348a3e2f9ebc4c4f70a46ad4a0c7ee22ed2 (patch) | |
| tree | 33dec564d562e1efacb75ba27bdffe7c4f5ffc2c | |
| parent | ac494b94d0a51902cfab7262032cc19dfcd83e69 (diff) | |
add back -fwrapv
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 1e6367d8..f61e648d 100644 --- a/static/releases.html +++ b/static/releases.html @@ -678,6 +678,7 @@ <li>System Updater: set foreground service type to special</li> <li>System Updater: update minimum and target API level to 34 (Android 14)</li> <li>Seedvault: update to latest revision (we plan on replacing this with a new backup implementation since Seedvault is buggy/unreliable, has consistently needed security fixes applied downstream, has failed to provide the originally planned core features and despite being initially created by a GrapheneOS community member for GrapheneOS was taken over by a group hostile towards it)</li> + <li>add back compiling code not built with signed integer overflow checking using -fwrapv to make it well defined</li> <li>add back very minor hardening involving making more data read only</li> </ul> </article> |
