platform_bionic/libc/arch-arm64
Kevin Brodsky f19eeb8446 libc: ARM64: fix memset for non-standard ZVA sizes
372f19e9e2 ("libc: ARM64: update memset/strlen/memcpy/memmove to
newlib/cortex-strings") introduced a bug in memset, only occurring
on the [set_long + zero + non-standard ZVA size] path, more
specifically when DCZID_EL0 reports a size different to 64 or 128.

On platforms with such sizes reported by DCZID_EL0, various string*
unit tests fail due to memset zeroing memory before and/or after the
area it is supposed to set.

Test: bionic-unit-tests --gtest_filter=string*
Change-Id: Idb80c0269226e40e343645a58608e3f324378468
2017-05-16 11:29:49 +01:00
..
bionic Use ENTRY_PRIVATE in __bionic_clone assembler. 2016-10-26 17:01:58 -07:00
cortex-a53/bionic libc: ARM64: update memset/strlen/memcpy/memmove to newlib/cortex-strings 2016-11-28 19:35:12 +00:00
denver64/bionic Remove deprecated Android.mk files 2016-05-26 16:41:57 -07:00
generic/bionic libc: ARM64: fix memset for non-standard ZVA sizes 2017-05-16 11:29:49 +01:00
include/machine Make all the ELF relocation constants available. 2017-04-19 13:28:32 -07:00
syscalls Add <sys/quota.h>. 2016-04-06 11:06:09 -07:00