[all-commits] [llvm/llvm-project] ef85ea: [msan] Print both shadow and user address

Vitaly Buka via All-commits all-commits at lists.llvm.org
Thu Oct 7 17:57:05 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ef85ea9a4fbd65e7df2cef0b058f733dee15a42c
      https://github.com/llvm/llvm-project/commit/ef85ea9a4fbd65e7df2cef0b058f733dee15a42c
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2021-10-07 (Thu, 07 Oct 2021)

  Changed paths:
    M compiler-rt/lib/msan/msan.cpp
    M compiler-rt/lib/msan/msan_report.cpp
    M compiler-rt/test/msan/msan_check_mem_is_initialized.cpp
    M compiler-rt/test/msan/msan_dump_shadow.cpp
    M compiler-rt/test/msan/msan_print_shadow.cpp
    M compiler-rt/test/msan/msan_print_shadow2.cpp
    M compiler-rt/test/msan/msan_print_shadow3.cpp

  Log Message:
  -----------
  [msan] Print both shadow and user address

before:
00 00 00 00 ff ff ff ff 00 00 00 00 00 00 00 00
Shadow map of [0x211000000005, 0x21100000012e), 297 bytes:
now:
0x2f60d213ac10[0x7f60d213ac10]  00 00 00 00 ff ff ff ff 00 00 00 00 00 00 00 00
Shadow map [0x211000000005, 0x21100000012e) of [0x711000000005, 0x711000000135), 297 bytes:

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




More information about the All-commits mailing list