Files
build/core
Nick Kralevich a46c480e43 arm: add -D_FORTIFY_SOURCE=1 to the default cflags
Add additional compile and runtime buffer overflow detection to
Android. As of today, Android supports additional buffer overflow
detection for the following libc functions:

* memcpy
* memmove
* strcpy
* strcat
* strncpy
* strncat

Support for additional functions will be added to bionic libc in
future code changes.

Please see
    * http://gcc.gnu.org/onlinedocs/gcc/Object-Size-Checking.html
    * http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02055.html

for information on these features.

Change-Id: I1a281a4bac20009f4730dd8d8b798fa107576230
2012-06-07 08:55:06 -07:00
..
2011-10-14 19:37:57 -07:00
2012-05-16 10:16:49 -07:00
2011-11-11 16:03:56 -08:00
2012-05-24 11:19:31 -07:00
2012-05-30 13:52:22 -07:00
2012-05-04 15:36:42 -07:00
2012-05-31 10:35:52 -07:00
2012-05-10 18:57:22 -07:00