Commit 3458472
committed
[libpas] Enable MTE Retag-on-Scavenge in privileged processes
https://bugs.webkit.org/show_bug.cgi?id=300151
rdar://156723433
Reviewed by Mark Lam.
This is an MTE hardening feature which helps catch use-after-frees by
retagging objects as we scavenge them. It has a significant performance
cost, but as long as we only enable it for privileged processes that
cost disappears.
Canonical link: https://commits.webkit.org/300987@main1 parent a53c1df commit 3458472
2 files changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
522 | 522 | | |
523 | 523 | | |
524 | 524 | | |
525 | | - | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
526 | 536 | | |
527 | 537 | | |
528 | 538 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
0 commit comments