glibc/sysdeps/arm/armv7/multiarch
Alexander Anisimov beea361050 arm: CVE-2020-6096: Fix multiarch memcpy for negative length [BZ #25620]
Unsigned branch instructions could be used for r2 to fix the wrong
behavior when a negative length is passed to memcpy.
This commit fixes the armv7 version.
2020-07-08 14:18:31 +02:00
..
aeabi_memcpy.c Move arm from ports to libc. 2014-02-08 01:49:39 +00:00
ifunc-impl-list.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
ifunc-memchr.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
ifunc-memcpy.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
Makefile arm: Implement memchr ifunc selection in C 2017-11-06 17:37:57 -02:00
memchr_neon.S Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
memchr_noneon.S arm: Implement memchr ifunc selection in C 2017-11-06 17:37:57 -02:00
memchr.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
memcpy_arm.S arm: Implement memcpy ifunc selection in C 2017-11-06 17:37:57 -02:00
memcpy_impl.S arm: CVE-2020-6096: Fix multiarch memcpy for negative length [BZ #25620] 2020-07-08 14:18:31 +02:00
memcpy_neon.S arm: Implement memcpy ifunc selection in C 2017-11-06 17:37:57 -02:00
memcpy_vfp.S arm: Implement memcpy ifunc selection in C 2017-11-06 17:37:57 -02:00
memcpy.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
rtld-memchr.S arm: Implement memchr ifunc selection in C 2017-11-06 17:37:57 -02:00
rtld-memcpy.S arm: Implement memcpy ifunc selection in C 2017-11-06 17:37:57 -02:00