summaryrefslogtreecommitdiff
path: root/lib/scudo/scudo_utils.cpp
AgeCommit message (Expand)Author
2017-11-27[scudo] Workaround for uninitialized Bionic globalsKostya Kortchinsky
2017-11-22[scudo] Overhaul hardware CRC32 feature detectionKostya Kortchinsky
2017-11-10[scudo] Bump the Android API level requirement to 21 for getauxvalKostya Kortchinsky
2017-11-08[sanitizer] Add Scudo to the sanitizer lint checks.Kostya Kortchinsky
2017-10-16[scudo] Do not include sanitizer_posix.h if not on a Posix platformKostya Kortchinsky
2017-09-06[scudo] getauxval alternative for AndroidKostya Kortchinsky
2017-07-12[scudo] PRNG makeoverKostya Kortchinsky
2017-04-27[scudo] Move thread local variables into their own filesKostya Kortchinsky
2017-04-20[scudo] Minor changes and refactoringKostya Kortchinsky
2017-01-18[scudo] Refactor of CRC32 and ARM runtime CRC32 detectionKostya Kortchinsky
2017-01-17[scudo] Eliminate the runtime dependency on libc++abiPetr Hosek
2017-01-10[scudo] Separate hardware CRC32 routinesKostya Kortchinsky
2016-12-08[sanitizer] Do not use the alignment-rounded-up size when using the secondaryKostya Kortchinsky
2016-11-30[scudo] 32-bit and hardware agnostic supportKostya Kortchinsky
2016-09-30[scudo] Fix an edge case in the secondary allocatorKostya Kortchinsky
2016-08-02[sanitizer] Implement a __asan_default_options() equivalent for ScudoKostya Serebryany
2016-06-07[sanitizer] Initial implementation of a Hardened AllocatorKostya Serebryany