platform_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 log: Fix warning with __USE_MINGW_ANSI_STDIO 2014-06-12 13:19:51 -07:00
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 diskconfig: Add missing include for loff_t 2012-07-23 16:11:59 -07:00
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 Add support for ECDSA P-256 with SHA256 2013-10-09 17:04:50 -07:00
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 libusbhost: Add usb_device_set_configuration and usb_device_set_interface 2014-01-13 09:54:13 -08:00
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