1. c99d25c [Scudo] enabling anonymous named pages on Linux 5.17 and onwards. by David Carlier · 2 years, 3 months ago
  2. 8f9488e [compiler-rt] [scudo] Use -mcrc32 on x86 when available by Michał Górny · 2 years, 3 months ago
  3. c8f0eaf Revert "[compiler-rt] [scudo] Use -mcrc32 on x86 when available" by Nikita Popov · 2 years, 3 months ago
  4. 47318d2 [compiler-rt] [scudo] Use -mcrc32 on x86 when available by Michał Górny · 2 years, 3 months ago
  5. e8b1897 [scudo] Reland: Add noreturn/pragma to suppress compiler warnings by Dominic Chen · 2 years, 4 months ago
  6. 99755b0 Revert "[scudo] Wrap clang pragma to avoid GCC error" by Dominic Chen · 2 years, 3 months ago
  7. be9f4b0 [scudo] Provide allocator declaration by Dominic Chen · 2 years, 4 months ago
  8. eed5c65 [scudo] Wrap clang pragma to avoid GCC error by Dominic Chen · 2 years, 3 months ago
  9. 75dc4bb [scudo] Add noreturn/pragma to suppress compiler warnings by Dominic Chen · 2 years, 4 months ago
  10. 014e4ea [scudo] Add missing include for extern variable declaration by Dominic Chen · 2 years, 3 months ago
  11. ae48902 [scudo] Fix definition of canCache() function by Dominic Chen · 2 years, 3 months ago
  12. 32dc149 [scudo] Initialize local variable to avoid compiler warning by Dominic Chen · 2 years, 3 months ago
  13. c69ff27 [scudo] Use template specialization on Quarantine to avoid zero-length array by Dominic Chen · 2 years, 3 months ago
  14. 77c8e58 Revert "[scudo] Use template specialization on Quarantine to avoid zero-length array" by Dominic Chen · 2 years, 3 months ago
  15. 82ea5b5 [scudo] Use cast on calls to __builtin_umul_overflow/__builtin_umull_overflow by Dominic Chen · 2 years, 4 months ago
  16. 6bb3118 [scudo] Use template specialization on Quarantine to avoid zero-length array by Dominic Chen · 2 years, 3 months ago
  17. f389921 [scudo] Fix static and unused function type annotations by Dominic Chen · 2 years, 4 months ago
  18. 898958f [scudo] Don't assume preprocessor macro is defined by Dominic Chen · 2 years, 4 months ago
  19. 25ae39b [scudo] Use portable sysconf instead of deprecated getpagesize by Dominic Chen · 2 years, 4 months ago
  20. 8a19294 [scudo][tests] Pass read-only vector by reference by Dominic Chen · 2 years, 4 months ago
  21. effba4b [scudo] Fix test harness integration by Dominic Chen · 2 years, 4 months ago
  22. d1f7994 [scudo] Use nullptr instead of integer-to-pointer cast by Dominic Chen · 2 years, 4 months ago
  23. 964d4f2 [scudo] Don't unmap other low memory pages if mapping doesn't exist by Dominic Chen · 2 years, 4 months ago
  24. ace07cf [scudo] Explicitly mark enum as unsigned by Dominic Chen · 2 years, 4 months ago
  25. 82297dd [scudo] Remove unused vector value initializer by Dominic Chen · 2 years, 4 months ago
  26. 2671c94 Tweak linux_glibc properties for musl builds in external/scudo by Colin Cross · 2 years, 4 months ago
  27. 5a99ecc Merge Android 12L by Xin Li · 2 years, 4 months ago
  28. 02a5780 [scudo] Add missing <algorithm> include by Gulfem Savrun Yeniceri · 2 years, 4 months ago
  29. eedbe3c Empty merge of sc-v2-dev-plus-aosp-without-vendor@8084891 by Xin Li · 2 years, 5 months ago
  30. 85b6ae8 Merge "Only use libc_headers for bionic" am: 42ada44cbc by Treehugger Robot · 2 years, 5 months ago
  31. 42ada44 Merge "Only use libc_headers for bionic" by Treehugger Robot · 2 years, 5 months ago
  32. b84c6d5 [scudo] Make Scudo compile for C++20 am: c8c39af172 am: c32c25e333 am: 20549ed7cb by Kostya Kortchinsky · 2 years, 6 months ago
  33. 20549ed [scudo] Make Scudo compile for C++20 am: c8c39af172 am: c32c25e333 by Kostya Kortchinsky · 2 years, 6 months ago
  34. c32c25e [scudo] Make Scudo compile for C++20 am: c8c39af172 by Kostya Kortchinsky · 2 years, 6 months ago
  35. c8c39af [scudo] Make Scudo compile for C++20 by Kostya Kortchinsky · 2 years, 6 months ago
  36. d178a19 Only use libc_headers for bionic by Colin Cross · 2 years, 7 months ago
  37. ffb879d [scudo] Handle mallinfo2 am: 08872edfca am: 6a8fba58f8 am: 96ee2ec4c7 by Vitaly Buka · 2 years, 7 months ago
  38. 2f2ba18 [scudo] Regression test for the MTE crash in storeEndMarker. am: b1f1afa9d1 am: dc689da275 am: e64afc0ed6 by Evgenii Stepanov · 2 years, 7 months ago
  39. 96ee2ec [scudo] Handle mallinfo2 am: 08872edfca am: 6a8fba58f8 by Vitaly Buka · 2 years, 7 months ago
  40. e64afc0 [scudo] Regression test for the MTE crash in storeEndMarker. am: b1f1afa9d1 am: dc689da275 by Evgenii Stepanov · 2 years, 7 months ago
  41. 6a8fba5 [scudo] Handle mallinfo2 am: 08872edfca by Vitaly Buka · 2 years, 7 months ago
  42. dc689da [scudo] Regression test for the MTE crash in storeEndMarker. am: b1f1afa9d1 by Evgenii Stepanov · 2 years, 7 months ago
  43. 08872ed [scudo] Handle mallinfo2 by Vitaly Buka · 2 years, 8 months ago
  44. b1f1afa [scudo] Regression test for the MTE crash in storeEndMarker. by Evgenii Stepanov · 2 years, 8 months ago
  45. 0647e85 [automerger skipped] [scudo] Untag BlockEnd in reallocate am: 946c79ac5e -s ours by Vitaly Buka · 2 years, 7 months ago
  46. 946c79a [scudo] Untag BlockEnd in reallocate by Vitaly Buka · 3 years ago
  47. 5526987 Revert "[scudo] Check if MADV_DONTNEED zeroes memory" am: 6c5c1bbfc9 am: 56c8a4d19d am: be29bd4bdd am: 5650b4c175 am: 4599a19cb0 by Vitaly Buka · 2 years, 8 months ago
  48. 4599a19 Revert "[scudo] Check if MADV_DONTNEED zeroes memory" am: 6c5c1bbfc9 am: 56c8a4d19d am: be29bd4bdd am: 5650b4c175 by Vitaly Buka · 3 years, 1 month ago
  49. e18587c [scudo] Fix running tests under hwasan. am: 78039b7d09 am: b9429ebed9 am: 5f564670cc am: aa0e2b4697 by Evgenii Stepanov · 2 years, 9 months ago
  50. aa0e2b4 [scudo] Fix running tests under hwasan. am: 78039b7d09 am: b9429ebed9 am: 5f564670cc by Evgenii Stepanov · 2 years, 9 months ago
  51. 5f56467 [scudo] Fix running tests under hwasan. am: 78039b7d09 am: b9429ebed9 by Evgenii Stepanov · 2 years, 9 months ago
  52. b9429eb [scudo] Fix running tests under hwasan. am: 78039b7d09 by Evgenii Stepanov · 2 years, 9 months ago
  53. 78039b7 [scudo] Fix running tests under hwasan. by Evgenii Stepanov · 2 years, 9 months ago
  54. bf08142 [scudo] Skip AllocAfterFork test on machines with low max_map_count am: f8c50b7eea am: 3781725681 am: 019d908c73 am: ce75a051f8 by Kostya Kortchinsky · 2 years, 9 months ago
  55. ce75a05 [scudo] Skip AllocAfterFork test on machines with low max_map_count am: f8c50b7eea am: 3781725681 am: 019d908c73 by Kostya Kortchinsky · 2 years, 9 months ago
  56. 019d908 [scudo] Skip AllocAfterFork test on machines with low max_map_count am: f8c50b7eea am: 3781725681 by Kostya Kortchinsky · 2 years, 9 months ago
  57. 3781725 [scudo] Skip AllocAfterFork test on machines with low max_map_count am: f8c50b7eea by Kostya Kortchinsky · 2 years, 9 months ago
  58. f8c50b7 [scudo] Skip AllocAfterFork test on machines with low max_map_count by Kostya Kortchinsky · 2 years, 9 months ago
  59. 9021dba [scudo] Reduce the scope of AllocAfterFork am: 57f742c759 am: 002bf7cb2d am: 7db72bdd73 am: 07ec1a09ad by Kostya Kortchinsky · 2 years, 9 months ago
  60. ce4153e [compiler-rt][scudo] Check for failing prctl call am: 8b8287926c am: 0057cd0904 am: 579395cbc4 am: 6f37db2d03 by Leonard Chan · 2 years, 9 months ago
  61. 07ec1a0 [scudo] Reduce the scope of AllocAfterFork am: 57f742c759 am: 002bf7cb2d am: 7db72bdd73 by Kostya Kortchinsky · 2 years, 9 months ago
  62. 6f37db2 [compiler-rt][scudo] Check for failing prctl call am: 8b8287926c am: 0057cd0904 am: 579395cbc4 by Leonard Chan · 2 years, 9 months ago
  63. 7db72bd [scudo] Reduce the scope of AllocAfterFork am: 57f742c759 am: 002bf7cb2d by Kostya Kortchinsky · 2 years, 9 months ago
  64. 579395c [compiler-rt][scudo] Check for failing prctl call am: 8b8287926c am: 0057cd0904 by Leonard Chan · 2 years, 9 months ago
  65. 002bf7c [scudo] Reduce the scope of AllocAfterFork am: 57f742c759 by Kostya Kortchinsky · 2 years, 9 months ago
  66. 0057cd0 [compiler-rt][scudo] Check for failing prctl call am: 8b8287926c by Leonard Chan · 2 years, 9 months ago
  67. 57f742c [scudo] Reduce the scope of AllocAfterFork by Kostya Kortchinsky · 2 years, 9 months ago
  68. 8b82879 [compiler-rt][scudo] Check for failing prctl call by Leonard Chan · 2 years, 9 months ago
  69. 8251828 Add scudo_headers for debuggerd. am: 90c9dbf6f6 am: 305e02d791 am: 54b71951bb am: 9a1bfb9107 by Christopher Ferris · 2 years, 9 months ago
  70. 9a1bfb9 Add scudo_headers for debuggerd. am: 90c9dbf6f6 am: 305e02d791 am: 54b71951bb by Christopher Ferris · 2 years, 9 months ago
  71. 54b7195 Add scudo_headers for debuggerd. am: 90c9dbf6f6 am: 305e02d791 by Christopher Ferris · 2 years, 9 months ago
  72. 305e02d Add scudo_headers for debuggerd. am: 90c9dbf6f6 by Christopher Ferris · 2 years, 9 months ago
  73. 90c9dbf Add scudo_headers for debuggerd. by Christopher Ferris · 2 years, 9 months ago
  74. 0642718 [scudo] Fix format string specifiers am: c2e59964f5 am: fb217cad27 am: 1266c63c87 am: 289c01dd40 by Kostya Kortchinsky · 2 years, 11 months ago
  75. 61e01d2 [scudo] Use stdint types for internal types (redo) am: 5b9868d9e6 am: c8ec37bda8 am: c60455fed3 am: b9bd641089 by Kostya Kortchinsky · 2 years, 11 months ago
  76. dca5530 Revert "[scudo] Use stdint types for internal scudo types" am: f67abf9ac7 am: 52aea46de8 am: 8561e825ca am: b7e5cd065e by Kostya Kortchinsky · 2 years, 11 months ago
  77. 6cf7104 [scudo] Use stdint types for internal scudo types am: d5ce6136c4 am: 738e0bdc67 am: 55e8e28e39 am: 0694bf04b6 by Kostya Kortchinsky · 2 years, 11 months ago
  78. 92b1692 scudo/standalone: prepare for enabling format string checking am: b0e1b4d2dc am: d90449303f am: f7188e1ef4 am: 5f7e20e502 by Dmitry Vyukov · 2 years, 11 months ago
  79. a3e6802 [scudo] Add GWP-ASan state/metadata pointer proxies. am: 22935fdc3f am: 41acfa16e8 am: cba6e0c355 am: 17bbb0d832 by Mitch Phillips · 2 years, 11 months ago
  80. 289c01d [scudo] Fix format string specifiers am: c2e59964f5 am: fb217cad27 am: 1266c63c87 by Kostya Kortchinsky · 2 years, 11 months ago
  81. b9bd641 [scudo] Use stdint types for internal types (redo) am: 5b9868d9e6 am: c8ec37bda8 am: c60455fed3 by Kostya Kortchinsky · 2 years, 11 months ago
  82. b7e5cd0 Revert "[scudo] Use stdint types for internal scudo types" am: f67abf9ac7 am: 52aea46de8 am: 8561e825ca by Kostya Kortchinsky · 2 years, 11 months ago
  83. 0694bf0 [scudo] Use stdint types for internal scudo types am: d5ce6136c4 am: 738e0bdc67 am: 55e8e28e39 by Kostya Kortchinsky · 2 years, 11 months ago
  84. 5f7e20e scudo/standalone: prepare for enabling format string checking am: b0e1b4d2dc am: d90449303f am: f7188e1ef4 by Dmitry Vyukov · 2 years, 11 months ago
  85. 17bbb0d [scudo] Add GWP-ASan state/metadata pointer proxies. am: 22935fdc3f am: 41acfa16e8 am: cba6e0c355 by Mitch Phillips · 2 years, 11 months ago
  86. 1266c63 [scudo] Fix format string specifiers am: c2e59964f5 am: fb217cad27 by Kostya Kortchinsky · 2 years, 11 months ago
  87. c60455f [scudo] Use stdint types for internal types (redo) am: 5b9868d9e6 am: c8ec37bda8 by Kostya Kortchinsky · 2 years, 11 months ago
  88. 8561e82 Revert "[scudo] Use stdint types for internal scudo types" am: f67abf9ac7 am: 52aea46de8 by Kostya Kortchinsky · 2 years, 11 months ago
  89. 55e8e28 [scudo] Use stdint types for internal scudo types am: d5ce6136c4 am: 738e0bdc67 by Kostya Kortchinsky · 2 years, 11 months ago
  90. f7188e1 scudo/standalone: prepare for enabling format string checking am: b0e1b4d2dc am: d90449303f by Dmitry Vyukov · 2 years, 11 months ago
  91. cba6e0c [scudo] Add GWP-ASan state/metadata pointer proxies. am: 22935fdc3f am: 41acfa16e8 by Mitch Phillips · 2 years, 11 months ago
  92. fb217ca [scudo] Fix format string specifiers am: c2e59964f5 by Kostya Kortchinsky · 2 years, 11 months ago
  93. c8ec37b [scudo] Use stdint types for internal types (redo) am: 5b9868d9e6 by Kostya Kortchinsky · 2 years, 11 months ago
  94. 52aea46 Revert "[scudo] Use stdint types for internal scudo types" am: f67abf9ac7 by Kostya Kortchinsky · 2 years, 11 months ago
  95. 738e0bd [scudo] Use stdint types for internal scudo types am: d5ce6136c4 by Kostya Kortchinsky · 2 years, 11 months ago
  96. d904493 scudo/standalone: prepare for enabling format string checking am: b0e1b4d2dc by Dmitry Vyukov · 2 years, 11 months ago
  97. 41acfa1 [scudo] Add GWP-ASan state/metadata pointer proxies. am: 22935fdc3f by Mitch Phillips · 2 years, 11 months ago
  98. c2e5996 [scudo] Fix format string specifiers by Kostya Kortchinsky · 2 years, 11 months ago
  99. 5b9868d [scudo] Use stdint types for internal types (redo) by Kostya Kortchinsky · 2 years, 11 months ago
  100. f67abf9 Revert "[scudo] Use stdint types for internal scudo types" by Kostya Kortchinsky · 2 years, 11 months ago