diff options
| author | 2019-05-03 11:27:07 -0700 | |
|---|---|---|
| committer | 2019-05-03 19:40:17 +0000 | |
| commit | 023533677989028d48f4e64dad0a5b3b4e59b726 (patch) | |
| tree | 5c39e2f4d154ac5a78d1ee5af4bf0f7555bd0013 /compiler/optimizing/optimizing_compiler.h | |
| parent | 164f133d98fe2677546b870e9876a9b7ccbdac53 (diff) | |
Check for null before using AddLocalReference in ti_method
We could incorrectly calling AddLocalReference with a null pointer
during the JVMTI GetLocalObject call. This would cause a check
failure because nulls are not allowed in the table.
Test: ./test.py --host
Test: Manual
Bug: 131856650
Change-Id: Iabc283061c8f3ca8b3f7421ef9de83bb67605402
Diffstat (limited to 'compiler/optimizing/optimizing_compiler.h')
0 files changed, 0 insertions, 0 deletions