replicant-frameworks_native/libs/binder
Christopher Tate 98e67d352b Don't corrupt parcel when writeFileDescriptor() fails
We now check for fd-legality before committing binder objects to
the flattened data buffer rather than after.  Previously we would
wind up corrupting the parcel and incurring driver-level errors,
as well as potentially leaking FDs.

Bug 21428802

Change-Id: Ice0d641b3dcc41fb1b8c68ce2e2ebd744c2863a1
2015-06-08 13:13:19 -07:00
..
tests
Android.mk
AppOpsManager.cpp Add body sensors app op - framework native 2015-05-01 13:51:45 -07:00
Binder.cpp
BpBinder.cpp
BufferedTextOutput.cpp
Debug.cpp
IAppOpsCallback.cpp
IAppOpsService.cpp Add body sensors app op - framework native 2015-05-01 13:51:45 -07:00
IBatteryStats.cpp Track camera and flashlight usage in battery stats. 2015-06-01 16:55:07 -07:00
IInterface.cpp
IMemory.cpp
IPCThreadState.cpp Fixed build error with clang/llvm. 2015-04-21 14:00:27 -07:00
IPermissionController.cpp Add body sensors app op - framework native 2015-05-01 13:51:45 -07:00
IProcessInfoService.cpp
IServiceManager.cpp
MemoryBase.cpp
MemoryDealer.cpp
MemoryHeapBase.cpp
Parcel.cpp Don't corrupt parcel when writeFileDescriptor() fails 2015-06-08 13:13:19 -07:00
PermissionCache.cpp
ProcessInfoService.cpp
ProcessState.cpp
Static.cpp
TextOutput.cpp