[PATCH] D25688: [scudo] Lay the foundation for 32-bit support

Kostya Kortchinsky via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 18 08:30:09 PDT 2016


cryptoad added a comment.

Yes, I had a look at all that was required for 32-bit and it doesn't look like an overwhelming amount of work.
 I think here is a need for a 32-bit allocator that could help make exploitation of heap bugs harder, particularly on ARM.
So I am willing to give it a shot if that could help Scudo end up on a lot of devices :)
Hopes and dreams aside, laying the foundation for more architecture might be useful for potential consumers.


https://reviews.llvm.org/D25688





More information about the llvm-commits mailing list