Open
Description
As suggested by @thejh, separating allocations where the compiler can prove that the allocation is fixed-size from the other allocations makes it a bit harder for attacker to exploit UAF, due to object size constrains.
This technique only makes sense when isoalloc isn't used via LD_PRELOAD
or in a separate library of course.
Metadata
Metadata
Assignees
Labels
No labels