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 8ddc9eb95 [fuzzer] Fix threaded stack printing and nested mallocs new 142775ac8 [fuzzer] Script to detect unbalanced allocation in -trace_mal [...]
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/fuzzer/scripts/unbalanced_allocs.py | 93 ++++++++++++++++++++++++++++++++ test/fuzzer/trace-malloc-unbalanced.test | 27 ++++++++++ 2 files changed, 120 insertions(+) create mode 100755 lib/fuzzer/scripts/unbalanced_allocs.py create mode 100644 test/fuzzer/trace-malloc-unbalanced.test