platform_bionic/libc/arch-arm/cortex-a15/bionic
Christopher Ferris 883ef2499c __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
Change-Id: Ia831071f7dffd5972a748d888dd506c7cc7ddba3
2013-09-10 17:34:03 -07:00
..
__strcat_chk.S __memcpy_chk: Fix signed cmp of unsigned values. 2013-09-10 17:34:03 -07:00
__strcpy_chk.S __memcpy_chk: Fix signed cmp of unsigned values. 2013-09-10 17:34:03 -07:00
memcpy.S __memcpy_chk: Fix signed cmp of unsigned values. 2013-09-10 17:34:03 -07:00
memcpy_base.S Fix all debug directives. 2013-08-28 15:42:05 -07:00
memset.S Update all debug directives. 2013-08-20 11:22:34 -07:00
strcat.S Optimize strcat/strcpy, small tweaks to strlen. 2013-08-02 10:31:51 -07:00
strcmp.S Fix all debug directives. 2013-08-28 15:42:05 -07:00
strcpy.S Optimize strcat/strcpy, small tweaks to strlen. 2013-08-02 10:31:51 -07:00
strlen.S Optimize strcat/strcpy, small tweaks to strlen. 2013-08-02 10:31:51 -07:00