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 4dc259e4a [libFuzzer] fix two off-by-ones (!!) in the data flow tracer new c4a561726 [libFuzzer] DataFlow tracer now tags a subset of the input. A [...]
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/dataflow/DataFlow.cpp | 17 +++++++++++------ lib/fuzzer/scripts/merge_data_flow.py | 36 +++++++++++++++++++++++++++++++++++ test/fuzzer/dataflow.test | 26 ++++++++++++++++++------- 3 files changed, 66 insertions(+), 13 deletions(-) create mode 100755 lib/fuzzer/scripts/merge_data_flow.py