summary refs log tree commit diff
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2020-07-13 22:37:41 +0200
committerAurelien Jarno <aurelien@aurel32.net>2020-07-16 06:56:52 +0200
commit7b5f02dc2a9278cd068a58a3db3644e24707be49 (patch)
tree197fae4291755bff60ac3873e3b955f3bacb97e3
parent0f6278a8793a5d04ea31878119eccf99f469a02d (diff)
downloadglibc-7b5f02dc2a9278cd068a58a3db3644e24707be49.tar.gz
glibc-7b5f02dc2a9278cd068a58a3db3644e24707be49.tar.xz
glibc-7b5f02dc2a9278cd068a58a3db3644e24707be49.zip
arm: remove string/tst-memmove-overflow XFAIL
The arm string/tst-memmove-overflow XFAIL has been added in commit
eca1b233322 ("arm: XFAIL string/tst-memmove-overflow due to bug 25620")
as a way to reproduce the reported bug.

Now that this bug has been fixed in commits 79a4fa341b8 ("arm:
CVE-2020-6096: fix memcpy and memmove for negative length [BZ #25620]")
and beea3610507 ("arm: CVE-2020-6096: Fix multiarch memcpy for negative
length [BZ #25620]"), let's remove the XFAIL.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
-rw-r--r--sysdeps/arm/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/arm/Makefile b/sysdeps/arm/Makefile
index a0cb7f3c32..ad2042b93a 100644
--- a/sysdeps/arm/Makefile
+++ b/sysdeps/arm/Makefile
@@ -68,8 +68,3 @@ ifeq ($(subdir),nptl)
 libpthread-sysdep_routines += pt-arm-unwind-resume
 libpthread-shared-only-routines += pt-arm-unwind-resume
 endif
-
-ifeq ($(subdir),string)
-# This test fails on arm due to bug 25620 and related issues.
-test-xfail-tst-memmove-overflow = yes
-endif