diff options
author | Peng Liu <winner245@hotmail.com> | 2025-01-09 04:46:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-09 17:46:04 +0800 |
commit | 6c06253b8557102c52e252f9025ea3d393603324 (patch) | |
tree | c8d0749f683bb365294c7ec07f8ddeef1647c52d /llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp | |
parent | 06673a9e9b186a65f5eb60a59a4ee9afba6637d4 (diff) | |
download | llvm-6c06253b8557102c52e252f9025ea3d393603324.zip llvm-6c06253b8557102c52e252f9025ea3d393603324.tar.gz llvm-6c06253b8557102c52e252f9025ea3d393603324.tar.bz2 |
[libc++] Fix erroneous internal capacity evaluation in vector<bool> (#120577)
This PR fixes the erroneous internal capacity evaluation in
`vector<bool>`, which caused a subsequent SIGSEGV error when calling
`flip()` on `vector<bool>`. By fixing the internal capacity evaluation,
the SIGSEGV is automatically resolved.
Diffstat (limited to 'llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp')
0 files changed, 0 insertions, 0 deletions