Fix LibInfo unmarshalling exception in Linker
This patch fixes the Chromium Android Linker bug which causes a RuntimeException when LibInfos are unmarshalled from the shared RELRO Bundle in renderer process. The problem was caused by an ABI mismatch between ParcelFileDescriptor.writeToParcel() and Parcel.readFileDescriptor() (b/19451018). BUG=348621, 382485 Review URL: https://codereview.chromium.org/941913003 Cr-Commit-Position: refs/heads/master@{#317318}
Showing
Please register or sign in to comment