diff options
| author | jvoisin | 2023-09-03 20:07:21 +0200 |
|---|---|---|
| committer | jvoisin | 2023-09-03 20:07:21 +0200 |
| commit | 1d6494964ce0b05dbcaca6c8c1aa90445e1c8c58 (patch) | |
| tree | 54ac7576d2b033e033ebb905808b2cbb27a3b5d4 | |
| parent | c76c3c97f36d75ebf0ea656306703e0292533871 (diff) | |
Add hardware shadow stack
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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 | ||
