[all-commits] [llvm/llvm-project] 3c7960: [libFuzzer] Disable Msan on InternalStrnlen

Vitaly Buka via All-commits all-commits at lists.llvm.org
Fri Nov 5 15:24:26 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c7960cba19ed926b8e86b4c619e81c0f7da4d15
      https://github.com/llvm/llvm-project/commit/3c7960cba19ed926b8e86b4c619e81c0f7da4d15
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2021-11-05 (Fri, 05 Nov 2021)

  Changed paths:
    M compiler-rt/lib/fuzzer/FuzzerTracePC.cpp

  Log Message:
  -----------
  [libFuzzer] Disable Msan on InternalStrnlen

It's called from ATTRIBUTE_NO_SANITIZE_MEMORY code.
It worked as expected if inlined and complained otherwise.

Reviewed By: eugenis

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




More information about the All-commits mailing list