Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit a4530cea authored by Steven Moreland's avatar Steven Moreland
Browse files

Parcel: remove use of getOpenAshmemSize

Parcel native pointers are created when the Parcel is created, and they
are destroyed in finalize. When a Java object is finalized, we shouldn't
be calling methods on this (note - due to the way that compareData is
written, it will throw NPE if otherParcel is null - and if this were not
the case, the use of getOpenAshmemSize here - which will frequently be
zero - would break the comparison here).

Bug: 195752513
Test: atest android.os.ParcelTest android.os.cts.ParcelTest
Change-Id: Iad86624d6e0aad2ca37273ddbcb456dff7f48d46
parent c03b0fa0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment