This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 2295a0eb5 [ubsan] -fsanitize=vptr now requires -fsanitize=null, update tests new 77afdbc0a [scudo] Check for pvalloc overflow
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: lib/sanitizer_common/sanitizer_allocator_checks.h | 6 +++ lib/scudo/scudo_allocator.cpp | 4 ++ test/scudo/memalign.cpp | 14 ++--- test/scudo/valloc.cpp | 63 +++++++++++++++++++++++ 4 files changed, 80 insertions(+), 7 deletions(-) create mode 100644 test/scudo/valloc.cpp