platform_system_core/gatekeeperd
Andres Morales 3439f41abf [gatekeeperd] copy uid to local before passing to u_map
The compiler will issue the unaligned access instuctions
when reading from a packed struct. Since 'find' takes a
reference, if we pass the field directly it is removed
from its packed context and may be unreadable.

Read the field out directly from the packed struct and pass
in aligned to u_map to fix.

Bug: 22367550
Change-Id: Ia3b639c7518154ff5a2b7c233b752e154eab9aad
2015-07-09 23:26:44 +00:00
..
tests [gatekeeperd] copy uid to local before passing to u_map 2015-07-09 23:26:44 +00:00
Android.mk [gatekeeperd] return brute-force throttling information 2015-05-27 07:45:22 -07:00
gatekeeperd.cpp [gatekeeperd] fix issue with SW->HW upgrades 2015-06-24 18:40:24 -07:00
IGateKeeperService.cpp [gatekeeperd] return brute-force throttling information 2015-05-27 07:45:22 -07:00
IGateKeeperService.h [gatekeeperd] return brute-force throttling information 2015-05-27 07:45:22 -07:00
SoftGateKeeper.h [gatekeeperd] copy uid to local before passing to u_map 2015-07-09 23:26:44 +00:00
SoftGateKeeperDevice.cpp [gatekeeperd] return brute-force throttling information 2015-05-27 07:45:22 -07:00
SoftGateKeeperDevice.h [gatekeeperd] add fast path for SW password verification 2015-06-22 12:05:57 -07:00