Files
frameworks_base/core/java/android/util
Josh Gao 536cf5e016 MemoryIntArray: dup in writeToParcel.
Previously, if a MemoryIntArray is written to a parcel from multiple
threads, we'll create multiple ParcelFileDescriptors that own the same
file descriptor, which fdsan doesn't like. Instead of adopting and then
detaching, use ParcelFileDescriptor::fromFd which dups behind the scenes.

Bug: http://b/132720476
Test: treehugger
Change-Id: Iad4930cc2d8c59a9348fedb0889d24cb566afa62
2019-05-15 14:05:26 -07:00
..
2018-12-17 10:25:25 +00:00
2018-08-14 17:32:44 +01:00
2019-03-14 16:26:05 -07:00
2019-04-11 22:13:59 -07:00