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 e811c409b [XRay][compiler-rt][x86_64] Align the stack before and after [...] new 0066b15e4 [scudo] Soft and hard RSS limit checks new fcc081e71 [libFuzzer] respect max_len during merge new f404b1861 libfuzzer: Fix file listing on some filesystems
The 3 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/fuzzer/FuzzerIOPosix.cpp | 14 +++++++++-- lib/fuzzer/FuzzerMerge.cpp | 2 +- lib/scudo/scudo_allocator.cpp | 50 ++++++++++++++++++++++++++++++++++++++ test/fuzzer/merge.test | 4 ++++ test/scudo/rss.c | 56 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 123 insertions(+), 3 deletions(-) create mode 100644 test/scudo/rss.c