commit | fd9b71e99913fa1832b582359ce3060b3be64032 | [log] [tgz] |
---|---|---|
author | Peng Liu <winner245@hotmail.com> | Thu Jan 09 04:46:04 2025 -0500 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Jan 09 01:52:22 2025 -0800 |
tree | 16be002022d508729e36eb06988ef67a1660c91c | |
parent | 1755f645c99f0f1ee9c2b0698eb3eead6693c6d3 [diff] |
[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. GitOrigin-RevId: 6c06253b8557102c52e252f9025ea3d393603324