commit | 1ae0a4a323e4687aaef2f2f5eecbc6dda04ef76a | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Fri Mar 23 10:05:49 2018 -0700 |
committer | Alex Light <allight@google.com> | Fri Mar 23 16:01:46 2018 -0700 |
tree | 1ac9d35ed7dea21b05b066b5c895c901873e171f | |
parent | e8a494d5937ed9d2a05be6cdb888b6784f14f733 [diff] |
Fix incorrect null checks in 2 JVMTI functions The functions GetThreadListStackTraces and GetOwnedMonitorInfo would incorrectly fail to check all their arguments for null-pointers. This could cause crashes if called with incorrect arguments. Bug: 76204023 Test: ./test.py --host -j50 Merged-In: I0be69a63b9bbb0a6aaf1092fde725332ae3296e8 Change-Id: I0be69a63b9bbb0a6aaf1092fde725332ae3296e8 (cherry picked from commit 19a7d4f1719c693a5f94e010280eb4aeea9d6b42)