[all-commits] [llvm/llvm-project] ed4618: [Scudo] [GWP-ASan] Add GWP-ASan to Scudo Standalone.

Mitch Phillips via All-commits all-commits at lists.llvm.org
Fri Dec 13 09:19:43 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ed4618edb35688567fcf107785776e27028f4062
      https://github.com/llvm/llvm-project/commit/ed4618edb35688567fcf107785776e27028f4062
  Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
    M compiler-rt/lib/scudo/standalone/CMakeLists.txt
    M compiler-rt/lib/scudo/standalone/combined.h
    M compiler-rt/lib/scudo/standalone/flags.cpp
    M compiler-rt/lib/scudo/standalone/flags.h
    M compiler-rt/lib/scudo/standalone/flags_parser.h
    M compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt
    M compiler-rt/lib/scudo/standalone/tests/flags_test.cpp
    M compiler-rt/test/scudo/standalone/unit/lit.site.cfg.py.in
    M compiler-rt/unittests/lit.common.unit.configured.in

  Log Message:
  -----------
  [Scudo] [GWP-ASan] Add GWP-ASan to Scudo Standalone.

Summary:
Adds GWP-ASan to Scudo standalone. Default parameters are pulled across from the
GWP-ASan build. No backtrace support as of yet.

Reviewers: cryptoad, eugenis, pcc

Reviewed By: cryptoad

Subscribers: merge_guards_bot, mgorny, #sanitizers, llvm-commits, cferris, vlad.tsyrklevich, pcc

Tags: #sanitizers, #llvm

Differential Revision: https://reviews.llvm.org/D71229




More information about the All-commits mailing list