1. c019a57 [ASan] Make binary name reader cross-platform. by Yury Gribov · 11 years ago
  2. 0423483 Make ubsan respect log_path by Hal Finkel · 11 years ago
  3. 09dce3b [UBSan] Embed UBSan into ASan runtime (compiler-rt part). by Alexey Samsonov · 11 years ago
  4. 0781e98 [UBSan] Explicitly list all supported OS/arch pairs supported by UBSan. by Alexey Samsonov · 11 years ago
  5. d1c3186 [Sanitizer] Refactor SuppressionContext class. by Alexey Samsonov · 11 years ago
  6. f294d5b [sanitizer] Flag parser rewrite. by Evgeniy Stepanov · 11 years ago
  7. fb42a5a [ubsan] partially enable -fsanitize-coverage=N with ubsan. It will work as usual in most cases but will not dump coverage on error with -fno-sanitize-recover (that'll be a separate fix) by Kostya Serebryany · 11 years ago
  8. 74f07ed Revert r217616. Problems and complexity it introduces negate its benefit by Alexey Samsonov · 11 years ago
  9. 5d2c0df [UBSan] Parse common flags from UBSAN_OPTIONS runtime variable even if by Alexey Samsonov · 11 years ago
  10. 611c906 [Sanitizer] Get rid of Symbolizer::Get() and Symbolizer::GetOrNull(). by Alexey Samsonov · 11 years ago
  11. ff24fd2 [UBSan] Allow to suppress reports from vptr checker for specified types. by Alexey Samsonov · 11 years ago
  12. 6ae5bac [UBSan] Move all runtime flags parsing to ubsan_flags.cc. by Alexey Samsonov · 11 years ago
  13. e87e5ce [UBSan] Initialize symbolizer inside __ubsan::Init(). by Alexey Samsonov · 11 years ago
  14. 6eb53d6 [UBSan] Call UBSan initialization as early as possible. by Alexey Samsonov · 11 years ago