[all-commits] [llvm/llvm-project] 043550: [Driver] Stop stack use after free

Alex Brachet via All-commits all-commits at lists.llvm.org
Fri Feb 10 14:42:28 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 043550e33509fb3179cfcd6516e8d93240553582
      https://github.com/llvm/llvm-project/commit/043550e33509fb3179cfcd6516e8d93240553582
  Author: Alex Brachet <abrachet at google.com>
  Date:   2023-02-10 (Fri, 10 Feb 2023)

  Changed paths:
    M clang/tools/driver/driver.cpp

  Log Message:
  -----------
  [Driver] Stop stack use after free

In reality this would have always been fine because main's
stack frame will always be live when another thread is
executing the cc1_reproducer_main. But ASan and HWASan
were upset




More information about the All-commits mailing list