aboutsummaryrefslogtreecommitdiff
path: root/tests/fortify_test.cpp
AgeCommit message (Expand)Author
2016-02-02Fix our fortify tests for global -Werror.Dan Albert
2015-08-20add fortified implementations of write/pwrite{,64}Daniel Micay
2015-08-01add a fortified implementation of getcwdDaniel Micay
2015-07-23add fortified implementations of fread/fwriteDaniel Micay
2015-04-17add fortified readlink/readlinkat implementationsDaniel Micay
2015-04-16add fortified implementations of pread/pread64Daniel Micay
2015-02-04Fix poll/ppoll fortify test to avoid hanging in failed fortify clang test.Yabin Cui
2015-02-02Explicitly check that the reason fortify tests abort is fortify.Elliott Hughes
2015-02-02Fortify poll and ppoll.Elliott Hughes
2014-11-06make all bionic death tests not dumpableYabin Cui
2014-10-06Revert "cdefs.h: add artificial attribute to FORTIFY_SOURCE functions"Nick Kralevich
2014-10-04cdefs.h: add artificial attribute to FORTIFY_SOURCE functionsNick Kralevich
2014-07-23debuggerd: if PR_GET_DUMPABLE=0, don't ask for dumpingNick Kralevich
2014-05-13Consistently use #if defined(__BIONIC__) in tests.Elliott Hughes
2014-04-23Fix fallout from host GCC upgrade.Elliott Hughes
2014-04-07Add stpcpy/stpncpy.Christopher Ferris
2014-02-06Make sure that the same tests are on all platforms.Christopher Ferris
2013-10-11Wrap sprintf()/snprintf() macros to prevent expansion errors.Stephen Hines
2013-10-09FORTIFY_SOURCE: fortify read()Nick Kralevich
2013-10-09Revert "FORTIFY_SOURCE: fortify read()"Nick Kralevich
2013-10-09FORTIFY_SOURCE: fortify read()Nick Kralevich
2013-10-03Check memory size on FD_* functionsNick Kralevich
2013-10-02Fix 32-bit issues in tests, and add a trivial test for the FD_* macros.Elliott Hughes
2013-10-02FORTIFY_SOURCE: Add __FD_* checksNick Kralevich
2013-10-02Use alloc_size attribute on *alloc functionsNick Kralevich
2013-09-24libc: fortify recvfrom()Nick Kralevich
2013-09-20__memcpy_chk: Fix signed cmp of unsigned values.Christopher Ferris
2013-08-28FORTIFY_SOURCE: introduce __strncpy_chk2Nick Kralevich
2013-06-29More FORTIFY_SOURCE functions under clangNick Kralevich
2013-06-28Reorganize FORTIFY_SOURCE tests.Nick Kralevich