commit | 89f33b8cf486e6fc135c214008c5a4833f44fcf6 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Mon Oct 23 16:37:03 2017 -0700 |
committer | Alex Light <allight@google.com> | Mon Oct 23 16:37:03 2017 -0700 |
tree | 701beef4a0b293fb39a2970a341f2a9ddf6c5d8c | |
parent | b5f03f5bf4e3e873cdaf9609d2004402cc8674f0 [diff] |
Ensure GetSourceDebugExtension works with Proxy classes. We were unconditionally trying to read a class-def pointer from classes passed to GetSourceDebugExtension but this pointer will be null for proxy classes. This could cause segfaults. Bug: 67836742 Bug: 68157595 Test: ./test.py --host -j50 Change-Id: I3d9ee4647b65bf5092de486903c7fb1e88c718a5