[all-commits] [llvm/llvm-project] 7db28d: [hwasan] Classify stack overflow, and use after sc...

Vitaly Buka via All-commits all-commits at lists.llvm.org
Thu Dec 21 17:51:27 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7db28dd3f897a8a851bb52741e2de6959a46ddf0
      https://github.com/llvm/llvm-project/commit/7db28dd3f897a8a851bb52741e2de6959a46ddf0
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2023-12-21 (Thu, 21 Dec 2023)

  Changed paths:
    M compiler-rt/lib/hwasan/hwasan_report.cpp
    A compiler-rt/test/hwasan/TestCases/stack-overflow.c
    M compiler-rt/test/hwasan/TestCases/stack-uar-dynamic.c
    M compiler-rt/test/hwasan/TestCases/stack-uar.c
    A compiler-rt/test/hwasan/TestCases/stack-underflow.c

  Log Message:
  -----------
  [hwasan] Classify stack overflow, and use after scope (#76133)

We can't distinguish UAR and UAS, but by definition
UAR is already UAS.




More information about the All-commits mailing list