[all-commits] [llvm/llvm-project] b86145: [libc++] Fix a segfault in weak_ptr(const weak_ptr...
Amirreza Ashouri via All-commits
all-commits at lists.llvm.org
Mon Oct 2 14:52:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b861457c904c2f8d8f8a298fa3ddd2b309271692
https://github.com/llvm/llvm-project/commit/b861457c904c2f8d8f8a298fa3ddd2b309271692
Author: Amirreza Ashouri <ar.ashouri999 at gmail.com>
Date: 2023-10-02 (Mon, 02 Oct 2023)
Changed paths:
M libcxx/include/__memory/shared_ptr.h
A libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/pr40459.pass.cpp
Log Message:
-----------
[libc++] Fix a segfault in weak_ptr(const weak_ptr<Y>&) (#67956)
Fixes https://github.com/llvm/llvm-project/issues/40459
More information about the All-commits
mailing list