replicant-frameworks_native/libs/binder
Adam Lesinski eaac99a717 Verify that the native handle was created
The inputs to native_handle_create can cause an overflowed allocation,
so check the return value of native_handle_create before accessing
the memory it returns.

Bug:19334482
Change-Id: I1f489382776c2a1390793a79dc27ea17baa9b2a2
2015-05-12 17:35:48 -07:00
..
tests Replace all instances of intptr_t with uintptr_t. 2015-01-13 21:59:44 +00:00
Android.mk Add ProcessInfoService to activity manager. 2015-02-02 14:56:55 -08:00
AppOpsManager.cpp Add body sensors app op - framework native 2015-05-01 13:51:45 -07:00
Binder.cpp C++11 compatibility. 2014-11-20 21:04:35 +00:00
BpBinder.cpp Binder: Remove unused functions & variables 2014-11-24 11:39:11 -08:00
BufferedTextOutput.cpp
Debug.cpp We HAVE_LITTLE_ENDIAN. 2014-11-21 23:35:36 -08:00
IAppOpsCallback.cpp
IAppOpsService.cpp Add body sensors app op - framework native 2015-05-01 13:51:45 -07:00
IBatteryStats.cpp
IInterface.cpp Add backwards compatible versions of IInterface::asBinder() 2015-03-31 20:32:30 +00:00
IMemory.cpp Replace IInterface::asBinder() with a static 2014-11-17 08:47:01 -08:00
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 Add ProcessInfoService to activity manager. 2015-02-02 14:56:55 -08:00
IServiceManager.cpp Replace IInterface::asBinder() with a static 2014-11-17 08:47:01 -08:00
MemoryBase.cpp
MemoryDealer.cpp
MemoryHeapBase.cpp
Parcel.cpp Verify that the native handle was created 2015-05-12 17:35:48 -07:00
PermissionCache.cpp
ProcessInfoService.cpp Add ProcessInfoService to activity manager. 2015-02-02 14:56:55 -08:00
ProcessState.cpp Added IPCThreadState::blockUntilThreadAvailable() method. 2015-04-14 13:17:25 -07:00
Static.cpp
TextOutput.cpp