Go to file
Nick Kralevich 8df49ad246 FORTIFY_SOURCE: add strlcpy / strlcat support
Add strlcpy / strlcat support to FORTIFY_SOURCE. This allows
us to do consistency checks on to ensure we don't overflow buffers
when the compiler is able to tell us the size of the buffer we're
dealing with.

Unlike previous changes, this change DOES NOT use the compiler's
builtin support. Instead, we do everything the compiler would
normally do.

Change-Id: I47c099a911382452eafd711f8e9bfe7c2d0a0d22
2012-06-14 12:52:42 -07:00
libc FORTIFY_SOURCE: add strlcpy / strlcat support 2012-06-14 12:52:42 -07:00
libdl Remove the last references to SuperH. 2012-05-15 17:08:41 -07:00
libm Remove the last references to SuperH. 2012-05-15 17:08:41 -07:00
libstdc++ resolved conflicts for merge of 35d592cc to master 2012-04-16 14:40:26 -07:00
libthread_db MIPS support to libm, libdl and libthread_db 2012-05-04 11:34:40 -07:00
linker linker: small code-cleanup 2012-06-13 22:47:20 +02:00
.gitignore Merge memory checking functionality from sandbox 2010-02-16 11:43:18 -08:00
Android.mk Remove the simulator target from all makefiles. 2011-07-11 22:11:41 -07:00
CleanSpec.mk Add an empty CleanSpec.mk 2010-03-08 18:04:02 -08:00
ThirdPartyProject.prop add meta-files about 3rd party projects 2010-07-16 11:41:33 -07:00