ecb1a56584
Enable relro / bind_now when compiling Android applications.
This marks certain regions of memory as read-only after linking,
making memory corruption security vulnerabilities are harder
to exploit.
See:
* http://www.akkadia.org/drepper/nonselsec.pdf (section 6)
* http://tk-blog.blogspot.com/2009/02/relro-not-so-well-known-memory.html
relro support has been enabled for ARM since
|
||
---|---|---|
.. | ||
arch | ||
HOST_darwin-x86.mk | ||
HOST_linux-x86.mk | ||
HOST_windows-x86.mk | ||
TARGET_linux-arm.mk | ||
TARGET_linux-sh.mk | ||
TARGET_linux-x86.mk | ||
javac.mk | ||
select.mk |