• Home
  • History
  • Annotate
  • only in /system/core/gatekeeperd/tests/
History log of /system/core/gatekeeperd/tests/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3439f41abffaa117469f9fe4023d65fc1b6d01e4 10-Jul-2015 Andres Morales <anmorales@google.com> [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
ndroid.mk
460f6b1f11385f1c095f5873574196a5c166e6a7 10-Jun-2015 Dan Albert <danalbert@google.com> Add missing arpa/inet.h include for ntohl.

Clang build fix. Not sure why this is happening with gcc.

Change-Id: Ic3e192e31ba8d1d78dab83a6af13e82d261e5938
atekeeper_test.cpp
ae242929da80d88a7db223984ec9baa5fd5949e6 18-May-2015 Andres Morales <anmorales@google.com> [gatekeeperd] return brute-force throttling information

Bug: 21118563
Change-Id: I13c6a44f61668be8b4c1fde8c84dcfebab84517c
ndroid.mk
atekeeper_test.cpp