summaryrefslogtreecommitdiff
path: root/lib/safestack/safestack.cc
AgeCommit message (Expand)Author
2018-07-13Fix for Darwin buildbot failure due to r337037Vlad Tsyrklevich
2018-07-13SafeStack: Add builtins to read unsafe stack top/bottomVlad Tsyrklevich
2018-05-26[safestack] Lazy initialization of interceptorsVitaly Buka
2017-08-10Enable SafeStack on NetBSDKamil Rytarowski
2016-09-15[compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks
2015-12-11[compiler-rt] [safestack] Enable for aarch64Adhemerval Zanella
2015-10-01[compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar
2015-06-24SafeStack: Add another missing header to try to fix FreeBSD build.Peter Collingbourne
2015-06-24SafeStack: Add #include of <stdint.h>.Peter Collingbourne
2015-06-23Update SafeStack TODO in the safestack.ccPeter Collingbourne
2015-06-15Protection against stack-based memory corruption errors using SafeStack: comp...Peter Collingbourne