add back -fwrapv

This commit is contained in:
Daniel Micay 2023-10-09 08:36:33 -04:00
parent ac494b94d0
commit 53d8f348a3

View File

@ -678,6 +678,7 @@
<li>System Updater: set foreground service type to special</li> <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>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>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> <li>add back very minor hardening involving making more data read only</li>
</ul> </ul>
</article> </article>