commit | 23280234a3ee0ef4b96c11b31d57a9575142f1e4 | [log] [tgz] |
---|---|---|
author | Eric Seckler <eseckler@google.com> | Mon Dec 21 11:59:37 2020 +0000 |
committer | Eric Seckler <eseckler@google.com> | Mon Dec 21 12:35:27 2020 +0000 |
tree | 595c7a855cf816636d1b6e48fdb893a63b95c7b2 | |
parent | c65f224a7259d87bf1f980e7424d73fc0cfca795 [diff] |
processor: Fix a stack overflow in memory snapshot parsing Check for existence of the referenced nodes in the node_id_map before dereferencing the iterator's value. Bug: oss-fuzz:28766 Change-Id: I40da9230d763d7fc26dd421aa28547cba37cef6e
Perfetto is a production-grade open-source stack for performance instrumentation and trace analysis. It offers services and libraries and for recording system-level and app-level traces, native + java heap profiling, a library for analyzing traces using SQL and a web-based UI to visualize and explore multi-GB traces.
See https://perfetto.dev/docs or the /docs/ directory for documentation.