|
|
|
|
|
by gw2
483 days ago
|
|
I am not interested in adhering to some arbitrary purity standard (like "memory safety" in this case). Almost always, purity ideologies are both irrational and harmful. What I am actually interested is to prevent real problems like remote code execution and Heartbleed-esque leakage of private data and for this, mitigations like CFI, shadow stacks and bounds checking are enough. > They prevent but do not entirely mitigate. Ignoring the semantic difference between "prevent" and "mitigate", if at the end of the day, the security provided by the two different approaches are quite similar, I don't get the problem. If you have an example of a successful widespread exploit that would have happened even with these mitigations, please share. |
|