android_system_core/include
Nick Kralevich 58bf572aa2 TypeHelpers.h: Don't underflow unsigned int
When decrementing "n", eventually n will equal zero. When that
happens, n-- underflows. This causes a crash when code which uses
clang's -fsanitize=unsigned-integer-overflow is run.

Avoid trigging an unsigned integer underflow.

Change-Id: I9705be6580d61a164ef5fb1ec77e98a69d888438
2015-06-13 17:49:24 -07:00
..
android
backtrace Change the 64 bit map address format. 2015-06-03 10:24:21 -07:00
cutils Fix gettid() on Windows. 2015-04-29 17:13:32 -07:00
diskconfig
log liblog: logcat: Add printable format modifier 2015-06-04 08:27:29 -07:00
memtrack Fix typos in comments 2015-04-20 10:10:33 -07:00
mincrypt
nativebridge LibNativeBridge: Version 2 2015-05-14 20:20:49 -07:00
netutils Revert "Remove netcfg's unused options." 2015-02-03 19:56:35 +00:00
private libcutils: add fs_config_generate 2015-04-15 16:43:07 -07:00
system system/audio.h: Make function inline 2015-05-29 16:12:31 -07:00
sysutils Extend to receive NFLOG packets. 2015-01-15 12:50:59 -08:00
usbhost
utils TypeHelpers.h: Don't underflow unsigned int 2015-06-13 17:49:24 -07:00
ziparchive Add close_file flag to OpenArchiveFd() 2015-01-30 17:57:13 -08:00