Clone this repo:

Branches

  1. e4d890b [scudo] Remove malloc_enable_child from API. (#215439) by Christopher Ferris · 21 hours ago main master
  2. 23e3063 [scudo] Add check to verify locking is correct. (#214377) by Christopher Ferris · 6 days ago
  3. f8fc146 [scudo] Fix GCC build after 212604 (#212904) by Michael Jones · 13 days ago
  4. 9bc3817 [scudo] Fix all deadlocks with condition code variables. (#212604) by Christopher Ferris · 14 days ago
  5. c50be5c [scudo] Test to verify fork and allocate does not deadlock. (#211975) by Christopher Ferris · 2 weeks ago
  6. a3aeaa7 [scudo] Add unmap and eviction stats to Secondary by Sadaf Ebrahimi · 2 weeks ago
  7. a5dd68e [scudo] Remove dead code and other small cleanups. (#210454) by Christopher Ferris · 3 weeks ago
  8. 2bd5a1b [scudo] Small refactor of getTSDXXX functions. (#208127) by Christopher Ferris · 5 weeks ago
  9. 75b5434 [scudo] Make death tests use SCUDO_XXX_DEATH_TEST. (#206196) by Christopher Ferris · 5 weeks ago
  10. ecc9f1b [scudo] Remove internal linkage from LargeBlock header helpers (NFC) (#207708) by Aditya Medhane · 5 weeks ago
  11. c44dab6 [scudo] Remove static error info functions. (#204483) by Christopher Ferris · 8 weeks ago
  12. 177644e [scudo] For a realloc that shrinks, retag the extra. (#204031) by Christopher Ferris · 8 weeks ago
  13. f5a5b10 [scudo] Use the unmap function on MemMap object. (#204001) by Christopher Ferris · 8 weeks ago
  14. 564c4ec [scudo] Remove locks from getTSDAndLockSlow (#201960) by Christopher Ferris · 9 weeks ago
  15. a0a4a5a [scudo] Log if randomness degrades. (#201482) by Christopher Ferris · 10 weeks ago
  16. f8566ff [compiler-rt] fix out-of-bounds access in scudo test (#201390) by George Burgess IV · 10 weeks ago
  17. a015bf6 [scudo] Return nullptr if a remap fails on linux. (#200537) by Christopher Ferris · 2 months ago
  18. b45d932 [scudo] Improve performance of pushBlocks sort. (#200297) by Christopher Ferris · 2 months ago
  19. 271350e [scudo] Create a non-static getErrorInfo function. (#199770) by Christopher Ferris · 3 months ago
  20. f8ef2ae [scudo] Add unit test for StackDepot edge cases by Sadaf Ebrahimi · 3 months ago