[all-commits] [llvm/llvm-project] b6c587: [NFC][asan] Rename variables in __sanitizer_annota...

Vitaly Buka via All-commits all-commits at lists.llvm.org
Sun Nov 27 15:27:20 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b6c58751465f61d1232ccf7a2b148fdff0b7940b
      https://github.com/llvm/llvm-project/commit/b6c58751465f61d1232ccf7a2b148fdff0b7940b
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2022-11-27 (Sun, 27 Nov 2022)

  Changed paths:
    M compiler-rt/lib/asan/asan_poisoning.cpp

  Log Message:
  -----------
  [NFC][asan] Rename variables in __sanitizer_annotate_contiguous_container


  Commit: ad663be76fc187b504275860e28de4979771bca7
      https://github.com/llvm/llvm-project/commit/ad663be76fc187b504275860e28de4979771bca7
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2022-11-27 (Sun, 27 Nov 2022)

  Changed paths:
    M compiler-rt/test/asan/TestCases/contiguous_container.cpp

  Log Message:
  -----------
  [test][asan] Deduplicate code


  Commit: 8226ec0e4c451f79838d0c719bcfcabd7c09898e
      https://github.com/llvm/llvm-project/commit/8226ec0e4c451f79838d0c719bcfcabd7c09898e
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2022-11-27 (Sun, 27 Nov 2022)

  Changed paths:
    M compiler-rt/test/asan/TestCases/contiguous_container.cpp

  Log Message:
  -----------
  [test][asan] Check find_bad_address test

For consistency with future TestDoubleEndedContainer, where calculation
of the expected bad address is complicated.


  Commit: 09ec58c8d649cd7e9c7aaadb20d685c7a572f54b
      https://github.com/llvm/llvm-project/commit/09ec58c8d649cd7e9c7aaadb20d685c7a572f54b
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2022-11-27 (Sun, 27 Nov 2022)

  Changed paths:
    M compiler-rt/test/asan/TestCases/contiguous_container.cpp

  Log Message:
  -----------
  [test][asan] Simplify a few expressions


  Commit: 4883c91a735595461839b13a2e1da7f64adbf641
      https://github.com/llvm/llvm-project/commit/4883c91a735595461839b13a2e1da7f64adbf641
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2022-11-27 (Sun, 27 Nov 2022)

  Changed paths:
    M compiler-rt/lib/asan/asan_poisoning.cpp

  Log Message:
  -----------
  [NFC][asan] Extract kMaxRangeToCheck into a function


  Commit: 8db7768ab8e97d4f632e8ec3c6bdbe1201b343ca
      https://github.com/llvm/llvm-project/commit/8db7768ab8e97d4f632e8ec3c6bdbe1201b343ca
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2022-11-27 (Sun, 27 Nov 2022)

  Changed paths:
    M compiler-rt/lib/asan/asan_poisoning.cpp

  Log Message:
  -----------
  [NFC][asan] Extract FixUnalignedStorage

And simplify slightly: adjust for unaligned container
only if aligned case poisons different bytes.


  Commit: 204cd4e22c1f5ba65bdf6fd15ec32f57075d89ab
      https://github.com/llvm/llvm-project/commit/204cd4e22c1f5ba65bdf6fd15ec32f57075d89ab
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2022-11-27 (Sun, 27 Nov 2022)

  Changed paths:
    M compiler-rt/test/asan/TestCases/contiguous_container.cpp

  Log Message:
  -----------
  [test][asan] Double ended version of TestContainer


Compare: https://github.com/llvm/llvm-project/compare/0ea3386d7b64...204cd4e22c1f


More information about the All-commits mailing list