[all-commits] [llvm/llvm-project] 4c699b: [msan] Don't EXPECT_POISONED beyond the we_wordv

Vitaly Buka via All-commits all-commits at lists.llvm.org
Tue Aug 24 17:19:57 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4c699b1cd04df33cbf6e9f84272cd3309e7cc984
      https://github.com/llvm/llvm-project/commit/4c699b1cd04df33cbf6e9f84272cd3309e7cc984
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2021-08-24 (Tue, 24 Aug 2021)

  Changed paths:
    M compiler-rt/lib/msan/tests/msan_test.cpp

  Log Message:
  -----------
  [msan] Don't EXPECT_POISONED beyond the we_wordv

Partially reverts commit 629411d799223d7bc7aad98661b1443a4788c0c5.

EXPECT_POISONED argument is outside of the allocation so we can't
assume the state of shadow there.


  Commit: 2d743af4e98211cc232902c8691ec988cf838d9e
      https://github.com/llvm/llvm-project/commit/2d743af4e98211cc232902c8691ec988cf838d9e
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2021-08-24 (Tue, 24 Aug 2021)

  Changed paths:
    M compiler-rt/lib/msan/tests/msan_test.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc

  Log Message:
  -----------
  [msan] Unpoison trailing nullptr in wordexp interceptor

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


Compare: https://github.com/llvm/llvm-project/compare/df7b6b91422d...2d743af4e982


More information about the All-commits mailing list