This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxxabi.
from 45dccfe Further refactor cxa_guard.cpp new 582b1e3 Fix PR41395 - __cxa_vec_new may overflow in allocation size c [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: src/cxa_vector.cpp | 56 ++++++++++--- test/cxa_vec_new_overflow_PR41395.pass.cpp | 122 +++++++++++++++++++++++++++++ 2 files changed, 165 insertions(+), 13 deletions(-) create mode 100644 test/cxa_vec_new_overflow_PR41395.pass.cpp