Skip to content
Commit 39b442cb authored by Dan Zimmerman's avatar Dan Zimmerman Committed by Calin Juravle
Browse files

[DexManager] Fix off-by-N error in DexManager when reporting dex loads

In this loop the continue statement skips over incrementing
dexPathIndex. In effect the classloader context that reported for a
given dex file may be incorrect (specifically in the situation when the
user loads a primary dex file and a secondary dex file in the same
ClassLoader)

Bug: 147089377
Test: atest com.android.server.pm.dex.DexManagerTests
Change-Id: I7d3df507787f758537625b702131a2f4f76190e6
parent 725c5406
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment