▲ | ysnp 3 days ago | |
https://saaramar.github.io/memory_safety_blogpost_2022/ is a nice article which goes into this topic for MTE in the past. | ||
▲ | bri3d 3 days ago | parent [-] | |
And of note, the Apple implementation basically forces the invariants documented in the author's talk: * use synchronous exceptions (“precise-mode”), which means the faulted instruction cannot retire and cause damage * re-tag allocations on free |