2018
01.11

Android ashmem Race Condition

The Android MemoryIntArray class allows processes to share an in-memory array of integers backed by an “ashmem” file descriptor. As the class implements the Parcelable interface, it can be inserted into a Parcel, and optionally placed in a Bundle and transferred via binder to remote processes.

No Comment.

Add Your Comment

You must be logged in to post a comment.