[all-commits] [llvm/llvm-project] 8ff4d2: [libc++] Fix memory leaks when throwing inside std...
philnik777 via All-commits
all-commits at lists.llvm.org
Tue Dec 6 05:38:07 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8ff4d218a80b887bb645ec426aefa1ab7144c5f3
https://github.com/llvm/llvm-project/commit/8ff4d218a80b887bb645ec426aefa1ab7144c5f3
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-12-06 (Tue, 06 Dec 2022)
Changed paths:
M libcxx/include/vector
A libcxx/test/std/containers/sequences/vector.bool/ctor_exceptions.pass.cpp
A libcxx/test/std/containers/sequences/vector/vector.cons/exceptions.pass.cpp
Log Message:
-----------
[libc++] Fix memory leaks when throwing inside std::vector constructors
Fixes #58392
Reviewed By: ldionne, #libc
Spies: alexfh, hans, joanahalili, dblaikie, libcxx-commits
Differential Revision: https://reviews.llvm.org/D138601
More information about the All-commits
mailing list