relocation read only (relro) [637d157d]
- news.ycombinator.com/item?id=29186252
- A way to mitigate attackers on the stack by mucking the global offset table location, since the GOT is located at a static place in memory
-
makes the GOT readonly within memory
- Tradeoff is that it takes extra startup time