[all-commits] [llvm/llvm-project] 3f7c9c: [compiler-rt] Conceal UB in sanitizer_common/TestC...

Roman Lebedev via All-commits all-commits at lists.llvm.org
Fri Jul 9 04:40:07 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f7c9cc27422f7302cf5a683eeb3978e6cb84270
      https://github.com/llvm/llvm-project/commit/3f7c9cc27422f7302cf5a683eeb3978e6cb84270
  Author: Roman Lebedev <lebedev.ri at gmail.com>
  Date:   2021-07-09 (Fri, 09 Jul 2021)

  Changed paths:
    M compiler-rt/test/sanitizer_common/TestCases/Linux/signal_line.cpp

  Log Message:
  -----------
  [compiler-rt] Conceal UB in sanitizer_common/TestCases/Linux/signal_line.cpp test

Store to null is deleted, so the test no longer did what it was expecting to do.
Conceal that by creating null pointer in a more elaborate way,
thus retaining original test coverage.




More information about the All-commits mailing list