platform_bionic/libc/arch-arm
Christopher Ferris 16e185c908 __memcpy_chk: Fix signed cmp of unsigned values.
I accidentally did a signed comparison of the size_t values passed in
for three of the _chk functions. Changing them to unsigned compares.

Add three new tests to verify this failure is fixed.

Bug: 10691831

Merge from internal master.

(cherry-picked from 883ef2499c)

Change-Id: Id9a96b549435f5d9b61dc132cf1082e0e30889f5
2013-09-20 20:12:09 -07:00
..
bionic Delete CAVEATS / fix spelling. 2013-08-27 17:05:19 -07:00
cortex-a7 libc/arm: add cortex-a7 cpu variant 2013-03-23 01:38:22 -07:00
cortex-a8 libc/arm: add cortex-a8 cpu variant 2013-05-15 20:13:28 -07:00
cortex-a9 __memcpy_chk: Fix signed cmp of unsigned values. 2013-09-20 20:12:09 -07:00
cortex-a15 __memcpy_chk: Fix signed cmp of unsigned values. 2013-09-20 20:12:09 -07:00
generic Create optimized __strcpy_chk/__strcat_chk. 2013-08-15 11:13:39 -07:00
include/machine Upgrade libm. 2013-02-01 14:51:19 -08:00
krait __memcpy_chk: Fix signed cmp of unsigned values. 2013-09-20 20:12:09 -07:00
syscalls Ensure we have the off64_t variant of every function that takes an off_t. 2013-09-19 16:27:24 -07:00
arm.mk Add the dl_iterate_phdr function to libdl for arm. 2013-09-06 09:53:54 -07:00
syscalls.mk Ensure we have the off64_t variant of every function that takes an off_t. 2013-09-19 16:27:24 -07:00