sanitizers

AddressSanitizer, ThreadSanitizer, MemorySanitizer

  • Owner: google/sanitizers
  • Platform:
  • License:: Other
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

sanitizers

This project is the home for Sanitizers: AddressSanitizer, MemorySanitizer, ThreadSanitizer, LeakSanitizer, and more
The actual code resides in the LLVM repository.
Here we keep extended documentation, bugs and some helper code.

The documentation for our tools:

  • AddressSanitizer (detects addressability issues) and LeakSanitizer (detects memory leaks)
  • ThreadSanitizer (detects data races and deadlocks) for C++ and Go
  • MemorySanitizer (detects use of uninitialized memory)
  • HWASAN, or Hardware-assisted AddressSanitizer, a newer variant of AddressSanitizer that consumes much less memory
  • UBSan, or UndefinedBehaviorSanitizer

Some of the sanitizers are also available for different OS Kernels:

Main metrics

Overview
Name With Ownergoogle/sanitizers
Primary LanguageC
Program languageShell (Language Count: 10)
Platform
License:Other
所有者活动
Created At2014-09-03 23:49:51
Pushed At2025-06-24 09:31:02
Last Commit At2025-06-24 11:31:01
Release Count0
用户参与
Stargazers Count12k
Watchers Count351
Fork Count1.1k
Commits Count2.5k
Has Issues Enabled
Issues Count1782
Issue Open Count613
Pull Requests Count42
Pull Requests Open Count2
Pull Requests Close Count12
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private