summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2023-09-03 20:07:21 +0200
committerjvoisin2023-09-03 20:07:21 +0200
commit1d6494964ce0b05dbcaca6c8c1aa90445e1c8c58 (patch)
tree54ac7576d2b033e033ebb905808b2cbb27a3b5d4
parentc76c3c97f36d75ebf0ea656306703e0292533871 (diff)
Add hardware shadow stack
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 519e4c2..c2c8ca5 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@
18|`-fsanitize=cfi` |?|?|?|?|?|?|?|?|[no](https://github.com/chimera-linux/cports/blob/master/Packaging.md#hardening_options)| 18|`-fsanitize=cfi` |?|?|?|?|?|?|?|?|[no](https://github.com/chimera-linux/cports/blob/master/Packaging.md#hardening_options)|
19|`-fsanitize=safe-stack` |?|?|?|?|?|?|?|?|[no](https://github.com/chimera-linux/cports/blob/master/Packaging.md#hardening_options)| 19|`-fsanitize=safe-stack` |?|?|?|?|?|?|?|?|[no](https://github.com/chimera-linux/cports/blob/master/Packaging.md#hardening_options)|
20|`-fsanitize=signed-integer-overflow`|?|?|?|?|?|?|?|?|[yes](https://github.com/chimera-linux/cports/blob/master/Packaging.md#hardening_options)| 20|`-fsanitize=signed-integer-overflow`|?|?|?|?|?|?|?|?|[yes](https://github.com/chimera-linux/cports/blob/master/Packaging.md#hardening_options)|
21|`-mshstk` |?|?|?|?|?|?|?|?|?|
21 22
22 23
23 24