- 874f8a0 [scudo] Add noreturn/pragma to suppress compiler warnings am: 75dc4bb636 am: d1b1111d00 by Dominic Chen · 2 years, 7 months ago
- 6b0b281 [scudo] Add missing include for extern variable declaration am: 014e4eac6c am: 5d85400f08 by Dominic Chen · 2 years, 7 months ago
- 59cd987 [scudo] Fix definition of canCache() function am: ae489023e1 am: 584a4e876b by Dominic Chen · 2 years, 7 months ago
- c26b433 [scudo] Initialize local variable to avoid compiler warning am: 32dc149015 am: 070743ddf4 by Dominic Chen · 2 years, 7 months ago
- 77f8306 [scudo] Use template specialization on Quarantine to avoid zero-length array am: c69ff27cfb am: f603b0128e by Dominic Chen · 2 years, 7 months ago
- c4aefe6 Revert "[scudo] Use template specialization on Quarantine to avoid zero-length array" am: 77c8e58509 am: 0b94ec9aed by Dominic Chen · 2 years, 7 months ago
- 53405cc [scudo] Use cast on calls to __builtin_umul_overflow/__builtin_umull_overflow am: 82ea5b5cf6 am: 3178c334e1 by Dominic Chen · 2 years, 7 months ago
- 101f5c7 [scudo] Use template specialization on Quarantine to avoid zero-length array am: 6bb3118929 am: 8011665133 by Dominic Chen · 2 years, 7 months ago
- d1b1111 [scudo] Add noreturn/pragma to suppress compiler warnings am: 75dc4bb636 by Dominic Chen · 2 years, 7 months ago
- 5d85400 [scudo] Add missing include for extern variable declaration am: 014e4eac6c by Dominic Chen · 2 years, 7 months ago
- 584a4e8 [scudo] Fix definition of canCache() function am: ae489023e1 by Dominic Chen · 2 years, 7 months ago
- 070743d [scudo] Initialize local variable to avoid compiler warning am: 32dc149015 by Dominic Chen · 2 years, 7 months ago
- f603b01 [scudo] Use template specialization on Quarantine to avoid zero-length array am: c69ff27cfb by Dominic Chen · 2 years, 7 months ago
- 0b94ec9 Revert "[scudo] Use template specialization on Quarantine to avoid zero-length array" am: 77c8e58509 by Dominic Chen · 2 years, 7 months ago
- 3178c33 [scudo] Use cast on calls to __builtin_umul_overflow/__builtin_umull_overflow am: 82ea5b5cf6 by Dominic Chen · 2 years, 7 months ago
- 8011665 [scudo] Use template specialization on Quarantine to avoid zero-length array am: 6bb3118929 by Dominic Chen · 2 years, 7 months ago
- 75dc4bb [scudo] Add noreturn/pragma to suppress compiler warnings by Dominic Chen · 2 years, 8 months ago
- 014e4ea [scudo] Add missing include for extern variable declaration by Dominic Chen · 2 years, 8 months ago
- ae48902 [scudo] Fix definition of canCache() function by Dominic Chen · 2 years, 8 months ago
- 32dc149 [scudo] Initialize local variable to avoid compiler warning by Dominic Chen · 2 years, 8 months ago
- c69ff27 [scudo] Use template specialization on Quarantine to avoid zero-length array by Dominic Chen · 2 years, 8 months ago
- 77c8e58 Revert "[scudo] Use template specialization on Quarantine to avoid zero-length array" by Dominic Chen · 2 years, 8 months ago
- 82ea5b5 [scudo] Use cast on calls to __builtin_umul_overflow/__builtin_umull_overflow by Dominic Chen · 2 years, 8 months ago
- 6bb3118 [scudo] Use template specialization on Quarantine to avoid zero-length array by Dominic Chen · 2 years, 8 months ago
- 74ddad2 [scudo] Fix static and unused function type annotations am: f389921570 am: 75edaff9b6 by Dominic Chen · 2 years, 8 months ago
- 77a05ab [scudo] Don't assume preprocessor macro is defined am: 898958f4fb am: c3648851f3 by Dominic Chen · 2 years, 8 months ago
- 325269c [scudo] Use portable sysconf instead of deprecated getpagesize am: 25ae39b5c8 am: a55c8ecc5f by Dominic Chen · 2 years, 8 months ago
- 2b3b3d3 [scudo][tests] Pass read-only vector by reference am: 8a1929436d am: 9c567697f0 by Dominic Chen · 2 years, 8 months ago
- e566ef6 [scudo] Fix test harness integration am: effba4be0b am: bc4b279cad by Dominic Chen · 2 years, 8 months ago
- 5803386 [scudo] Use nullptr instead of integer-to-pointer cast am: d1f799403b am: 94150297cd by Dominic Chen · 2 years, 8 months ago
- ec73d00 [scudo] Don't unmap other low memory pages if mapping doesn't exist am: 964d4f2c92 am: 931d6be3de by Dominic Chen · 2 years, 8 months ago
- 91da357 [scudo] Explicitly mark enum as unsigned am: ace07cf665 am: eacd65fac0 by Dominic Chen · 2 years, 8 months ago
- 0887387 [scudo] Remove unused vector value initializer am: 82297ddd61 am: ac2caa41f6 by Dominic Chen · 2 years, 8 months ago
- 75edaff [scudo] Fix static and unused function type annotations am: f389921570 by Dominic Chen · 2 years, 8 months ago
- c364885 [scudo] Don't assume preprocessor macro is defined am: 898958f4fb by Dominic Chen · 2 years, 8 months ago
- a55c8ec [scudo] Use portable sysconf instead of deprecated getpagesize am: 25ae39b5c8 by Dominic Chen · 2 years, 8 months ago
- 9c56769 [scudo][tests] Pass read-only vector by reference am: 8a1929436d by Dominic Chen · 2 years, 8 months ago
- bc4b279 [scudo] Fix test harness integration am: effba4be0b by Dominic Chen · 2 years, 8 months ago
- 9415029 [scudo] Use nullptr instead of integer-to-pointer cast am: d1f799403b by Dominic Chen · 2 years, 8 months ago
- 931d6be [scudo] Don't unmap other low memory pages if mapping doesn't exist am: 964d4f2c92 by Dominic Chen · 2 years, 8 months ago
- eacd65f [scudo] Explicitly mark enum as unsigned am: ace07cf665 by Dominic Chen · 2 years, 8 months ago
- ac2caa4 [scudo] Remove unused vector value initializer am: 82297ddd61 by Dominic Chen · 2 years, 8 months ago
- f389921 [scudo] Fix static and unused function type annotations by Dominic Chen · 2 years, 8 months ago
- 898958f [scudo] Don't assume preprocessor macro is defined by Dominic Chen · 2 years, 8 months ago
- 25ae39b [scudo] Use portable sysconf instead of deprecated getpagesize by Dominic Chen · 2 years, 8 months ago
- 8a19294 [scudo][tests] Pass read-only vector by reference by Dominic Chen · 2 years, 8 months ago
- effba4b [scudo] Fix test harness integration by Dominic Chen · 2 years, 8 months ago
- d1f7994 [scudo] Use nullptr instead of integer-to-pointer cast by Dominic Chen · 2 years, 8 months ago
- 964d4f2 [scudo] Don't unmap other low memory pages if mapping doesn't exist by Dominic Chen · 2 years, 8 months ago
- ace07cf [scudo] Explicitly mark enum as unsigned by Dominic Chen · 2 years, 8 months ago
- 82297dd [scudo] Remove unused vector value initializer by Dominic Chen · 2 years, 8 months ago
- 3157645 Tweak linux_glibc properties for musl builds in external/scudo am: 2671c94b96 am: b61b70f607 by Colin Cross · 2 years, 8 months ago
- b61b70f Tweak linux_glibc properties for musl builds in external/scudo am: 2671c94b96 by Colin Cross · 2 years, 8 months ago
- 2671c94 Tweak linux_glibc properties for musl builds in external/scudo by Colin Cross · 2 years, 8 months ago
- 3dd19e1 [automerger skipped] Merge Android 12L am: 5a99ecca51 -s ours am: 332e91c18e -s ours by Xin Li · 2 years, 8 months ago
- 332e91c [automerger skipped] Merge Android 12L am: 5a99ecca51 -s ours by Xin Li · 2 years, 8 months ago
- 5a99ecc Merge Android 12L by Xin Li · 2 years, 8 months ago
- 7f70f5f [scudo] Add missing <algorithm> include am: 02a5780f81 am: de08aca18c by Gulfem Savrun Yeniceri · 2 years, 8 months ago
- de08aca [scudo] Add missing <algorithm> include am: 02a5780f81 by Gulfem Savrun Yeniceri · 2 years, 8 months ago
- 02a5780 [scudo] Add missing <algorithm> include by Gulfem Savrun Yeniceri · 2 years, 9 months ago
- d358279 [automerger skipped] Empty merge of sc-v2-dev-plus-aosp-without-vendor@8084891 am: eedbe3cf20 -s ours by Xin Li · 2 years, 9 months ago
- eedbe3c Empty merge of sc-v2-dev-plus-aosp-without-vendor@8084891 by Xin Li · 2 years, 9 months ago
- acf74ac Merge "Only use libc_headers for bionic" am: 42ada44cbc am: 85b6ae86a1 am: be0e6b7ab7 by Treehugger Robot · 2 years, 10 months ago
- be0e6b7 Merge "Only use libc_headers for bionic" am: 42ada44cbc am: 85b6ae86a1 by Treehugger Robot · 2 years, 10 months ago
- 85b6ae8 Merge "Only use libc_headers for bionic" am: 42ada44cbc by Treehugger Robot · 2 years, 10 months ago
- 42ada44 Merge "Only use libc_headers for bionic" by Treehugger Robot · 2 years, 10 months ago
- b84c6d5 [scudo] Make Scudo compile for C++20 am: c8c39af172 am: c32c25e333 am: 20549ed7cb by Kostya Kortchinsky · 2 years, 10 months ago
- 20549ed [scudo] Make Scudo compile for C++20 am: c8c39af172 am: c32c25e333 by Kostya Kortchinsky · 2 years, 10 months ago
- c32c25e [scudo] Make Scudo compile for C++20 am: c8c39af172 by Kostya Kortchinsky · 2 years, 10 months ago
- c8c39af [scudo] Make Scudo compile for C++20 by Kostya Kortchinsky · 2 years, 10 months ago
- d178a19 Only use libc_headers for bionic by Colin Cross · 3 years ago
- ffb879d [scudo] Handle mallinfo2 am: 08872edfca am: 6a8fba58f8 am: 96ee2ec4c7 by Vitaly Buka · 3 years ago
- 2f2ba18 [scudo] Regression test for the MTE crash in storeEndMarker. am: b1f1afa9d1 am: dc689da275 am: e64afc0ed6 by Evgenii Stepanov · 3 years ago
- 96ee2ec [scudo] Handle mallinfo2 am: 08872edfca am: 6a8fba58f8 by Vitaly Buka · 3 years ago
- e64afc0 [scudo] Regression test for the MTE crash in storeEndMarker. am: b1f1afa9d1 am: dc689da275 by Evgenii Stepanov · 3 years ago
- 6a8fba5 [scudo] Handle mallinfo2 am: 08872edfca by Vitaly Buka · 3 years ago
- dc689da [scudo] Regression test for the MTE crash in storeEndMarker. am: b1f1afa9d1 by Evgenii Stepanov · 3 years ago
- 08872ed [scudo] Handle mallinfo2 by Vitaly Buka · 3 years ago
- b1f1afa [scudo] Regression test for the MTE crash in storeEndMarker. by Evgenii Stepanov · 3 years ago
- 0647e85 [automerger skipped] [scudo] Untag BlockEnd in reallocate am: 946c79ac5e -s ours by Vitaly Buka · 3 years ago
- 946c79a [scudo] Untag BlockEnd in reallocate by Vitaly Buka · 3 years, 5 months ago
- 5526987 Revert "[scudo] Check if MADV_DONTNEED zeroes memory" am: 6c5c1bbfc9 am: 56c8a4d19d am: be29bd4bdd am: 5650b4c175 am: 4599a19cb0 by Vitaly Buka · 3 years ago
- 4599a19 Revert "[scudo] Check if MADV_DONTNEED zeroes memory" am: 6c5c1bbfc9 am: 56c8a4d19d am: be29bd4bdd am: 5650b4c175 by Vitaly Buka · 3 years, 6 months ago
- e18587c [scudo] Fix running tests under hwasan. am: 78039b7d09 am: b9429ebed9 am: 5f564670cc am: aa0e2b4697 by Evgenii Stepanov · 3 years, 1 month ago
- aa0e2b4 [scudo] Fix running tests under hwasan. am: 78039b7d09 am: b9429ebed9 am: 5f564670cc by Evgenii Stepanov · 3 years, 1 month ago
- 5f56467 [scudo] Fix running tests under hwasan. am: 78039b7d09 am: b9429ebed9 by Evgenii Stepanov · 3 years, 1 month ago
- b9429eb [scudo] Fix running tests under hwasan. am: 78039b7d09 by Evgenii Stepanov · 3 years, 1 month ago
- 78039b7 [scudo] Fix running tests under hwasan. by Evgenii Stepanov · 3 years, 1 month ago
- bf08142 [scudo] Skip AllocAfterFork test on machines with low max_map_count am: f8c50b7eea am: 3781725681 am: 019d908c73 am: ce75a051f8 by Kostya Kortchinsky · 3 years, 1 month ago
- ce75a05 [scudo] Skip AllocAfterFork test on machines with low max_map_count am: f8c50b7eea am: 3781725681 am: 019d908c73 by Kostya Kortchinsky · 3 years, 1 month ago
- 019d908 [scudo] Skip AllocAfterFork test on machines with low max_map_count am: f8c50b7eea am: 3781725681 by Kostya Kortchinsky · 3 years, 1 month ago
- 3781725 [scudo] Skip AllocAfterFork test on machines with low max_map_count am: f8c50b7eea by Kostya Kortchinsky · 3 years, 1 month ago
- f8c50b7 [scudo] Skip AllocAfterFork test on machines with low max_map_count by Kostya Kortchinsky · 3 years, 1 month ago
- 9021dba [scudo] Reduce the scope of AllocAfterFork am: 57f742c759 am: 002bf7cb2d am: 7db72bdd73 am: 07ec1a09ad by Kostya Kortchinsky · 3 years, 1 month ago
- ce4153e [compiler-rt][scudo] Check for failing prctl call am: 8b8287926c am: 0057cd0904 am: 579395cbc4 am: 6f37db2d03 by Leonard Chan · 3 years, 1 month ago
- 07ec1a0 [scudo] Reduce the scope of AllocAfterFork am: 57f742c759 am: 002bf7cb2d am: 7db72bdd73 by Kostya Kortchinsky · 3 years, 1 month ago
- 6f37db2 [compiler-rt][scudo] Check for failing prctl call am: 8b8287926c am: 0057cd0904 am: 579395cbc4 by Leonard Chan · 3 years, 1 month ago
- 7db72bd [scudo] Reduce the scope of AllocAfterFork am: 57f742c759 am: 002bf7cb2d by Kostya Kortchinsky · 3 years, 1 month ago
- 579395c [compiler-rt][scudo] Check for failing prctl call am: 8b8287926c am: 0057cd0904 by Leonard Chan · 3 years, 1 month ago
- 002bf7c [scudo] Reduce the scope of AllocAfterFork am: 57f742c759 by Kostya Kortchinsky · 3 years, 1 month ago