[LibFuzzer] Unbreak the trace-malloc-unbalanced.test when using Python 3.
The unbalanced_allocs.py script uses Python 2 print statement
and iteritems(). Running 2to3 over the script fixes these.
Differential D45765
[LibFuzzer] Unbreak the `trace-malloc-unbalanced.test` when using Python 3. delcypher on Apr 18 2018, 5:51 AM. Authored by
Details
[LibFuzzer] Unbreak the trace-malloc-unbalanced.test when using Python 3. The unbalanced_allocs.py script uses Python 2 print statement
Diff Detail |