Fix redefinition related use-after-free bug
A redefinition that failed with JVMTI_ERROR_FAILS_VERIFICATION could cause a use-after-free of java DexCache objects if a art::DexFile* that aliases the one created for the failed redefinition is created. Bug: 62237378 Test: ./test.py --host -j40 Change-Id: Ia080dfa6c702b2e3a735c4c3cd80ca3974386934
Loading
Please sign in to comment