summaryrefslogtreecommitdiffstats
path: root/libc/bionic/__memmove_chk.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up more recursive FORTIFY_SOURCE callsNick Kralevich2013-12-181-0/+2
* Avoid confusing "read prevented write" log messages.Elliott Hughes2013-10-151-8/+7
* Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-091-1/+1
* Make error messages even better!Nick Kralevich2013-10-041-1/+1
* FORTIFY_SOURCE: emphasize prevention in error messages.Nick Kralevich2013-10-041-1/+1
* Use __predict_false on some fortify methods.Nick Kralevich2013-05-021-1/+1
* Clean up internal libc logging.Elliott Hughes2013-03-151-1/+1
* clean up FORTIFY_SOURCE handling.Nick Kralevich2012-12-041-4/+2
* Move the FORTIFY_SOURCE helpers over to .cpp.Elliott Hughes2012-10-221-0/+55