[all-commits] [llvm/llvm-project] 269aa7: tsan: add another use-after-free race test

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Mon Oct 25 05:07:08 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 269aa74aed43780b88f32f89f7407da539da15d5
      https://github.com/llvm/llvm-project/commit/269aa74aed43780b88f32f89f7407da539da15d5
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2021-10-25 (Mon, 25 Oct 2021)

  Changed paths:
    A compiler-rt/test/tsan/free_race3.c

  Log Message:
  -----------
  tsan: add another use-after-free race test

Add a test where a race with free is called during the free itself
(we only have tests where a race with free is caught during the other memory acces).

Reviewed By: melver

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




More information about the All-commits mailing list