[all-commits] [llvm/llvm-project] 0ad3cb: [sanitizer] Assume getrandom might not be supporte...

Adhemerval Zanella via All-commits all-commits at lists.llvm.org
Thu Nov 5 03:37:00 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0ad3cb8c267516b96f205d03b5284b7d3d507729
      https://github.com/llvm/llvm-project/commit/0ad3cb8c267516b96f205d03b5284b7d3d507729
  Author: Adhemerval Zanella <adhemerval.zanella at linaro.org>
  Date:   2020-11-05 (Thu, 05 Nov 2020)

  Changed paths:
    M compiler-rt/test/sanitizer_common/TestCases/Posix/getrandom.c

  Log Message:
  -----------
  [sanitizer] Assume getrandom might not be supported by the kernel

It was added on kernel 3.17.


  Commit: d025df3c1decf125c73c488b62bafc78a500a5c5
      https://github.com/llvm/llvm-project/commit/d025df3c1decf125c73c488b62bafc78a500a5c5
  Author: Adhemerval Zanella <adhemerval.zanella at linaro.org>
  Date:   2020-11-05 (Thu, 05 Nov 2020)

  Changed paths:
    M compiler-rt/test/lsan/TestCases/Linux/cleanup_in_tsd_destructor.c
    M compiler-rt/test/lsan/TestCases/Linux/use_tls_pthread_specific_dynamic.cpp
    M compiler-rt/test/lsan/TestCases/disabler.c
    M compiler-rt/test/lsan/TestCases/do_leak_check_override.cpp
    M compiler-rt/test/lsan/TestCases/ignore_object.c
    M compiler-rt/test/lsan/TestCases/use_after_return.cpp

  Log Message:
  -----------
  [lsan] Disable some LSAN tests for arm-linux-gnueabi{hf}

The tests do not report the expected leak when issued with use_stack
or use_tls option equal to 0 on arm-linux-gnueabihf (ubuntu 18.04,
glibc 2.27).

This issue is being tracked by https://bugs.llvm.org/show_bug.cgi?id=48052


Compare: https://github.com/llvm/llvm-project/compare/7b0ca32b6228...d025df3c1dec


More information about the All-commits mailing list