|
|
|
|
|
by pcwalton
1636 days ago
|
|
Some sort of pointer tagging system, like 128-bit pointers where the upper word is a unique generation ID, might be the simplest approach to eliminate security problems from use-after-free, but it's going to have some amount of runtime overhead (though new hardware features may help to reduce it). Alternately, use a GC. |
|
https://download.vusec.net/papers/tat_acsac18.pdf