summaryrefslogtreecommitdiff
path: root/tests/lib/libc/ssp
AgeCommit message (Expand)Author
2014-01-10In the strcat test, smash the stack more severely (this all may dependmartin
2012-09-23Update LLVM/Clang snapshot to r164464. This adopts the GCC options forjoerg
2012-04-04Disable new -Wstring-plus-int warning where needed for now.joerg
2012-03-15Add __printflike attribution to use vprintf and friends with an argumentjoerg
2011-07-24make sum volatile to avoid printingchristos
2011-07-23gcc optimizes away the side effect free call to the "poke" function whichmartin
2011-06-15gcc seems to pad small character arrays, use an array of intsplunky
2011-06-12reinstate ssp:raw test, slightly differently.. this one is builtplunky
2011-06-12don't pass -fstack-protector for these, the tests are actually for theplunky
2011-02-26The ssp/raw test is useless. Remove it.pgoyette
2011-02-25Disable the "raw" test case. The test is bogus, and did not work beforepgoyette
2010-12-28allocate the buffer at the same function level as the compiler so thatchristos
2010-12-27Since atf_check doesn't deal with a pipeline, modify the tests to pipepgoyette
2010-12-27Migrate the ssp tests from regress to atf.pgoyette