No description
Find a file
Nick Kralevich 020e4919e8 ARM: compile everything with relro / bind_now.
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

Stop using the custom linker script, which inhibits
relro / bind_now support.

Change-Id: Iaebfbbb492299004f9da92b649985b6cd67d8c97
2012-04-09 12:04:32 -07:00
core ARM: compile everything with relro / bind_now. 2012-04-09 12:04:32 -07:00
libs/host Use %zd instead of %d for variables of type ssize_t 2012-02-27 16:06:00 -08:00
target init.vbox_x86.rc: mount data & cache partitions from /dev/sdb 2012-04-06 11:04:53 -07:00
tools am 5b250fbc: am dceeaac8: am 51c9e67e: Merge "docs: Android Design: v3 update (CSS changes)" into ics-mr1 2012-04-04 11:00:33 -07:00
.gitignore add a .gitignore file to make git ignore *.pyc files 2010-01-22 10:23:45 -08:00
buildspec.mk.default Remove the simulator target from all makefiles. 2011-07-11 23:51:37 -07:00
CleanSpec.mk You know back when I said this thing about Ice Cream Sandwich MR2? 2012-01-25 11:21:37 -08:00
envsetup.sh Switch default gcc toolchain from 4.4.3 to 4.6. 2012-03-29 20:45:50 -07:00