[all-commits] [llvm/llvm-project] d84818: [tsan] Keep thread/stack for closed FD
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Mon Aug 22 12:01:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d848186a3beed36b0bd6842b3cbdb3e7809b2848
https://github.com/llvm/llvm-project/commit/d848186a3beed36b0bd6842b3cbdb3e7809b2848
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2022-08-22 (Mon, 22 Aug 2022)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_fd.cpp
M compiler-rt/lib/tsan/rtl/tsan_fd.h
M compiler-rt/lib/tsan/rtl/tsan_report.cpp
M compiler-rt/lib/tsan/rtl/tsan_report.h
M compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
A compiler-rt/test/tsan/fd_location_closed.cpp
Log Message:
-----------
[tsan] Keep thread/stack for closed FD
Fixes b/242869837
Reviewed By: dvyukov
Differential Revision: https://reviews.llvm.org/D132068
More information about the All-commits
mailing list