diff options
author | Florian Weimer <fweimer@redhat.com> | 2020-05-12 19:02:08 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-05-12 19:02:44 +0200 |
commit | eec0f4218cda936a6ab8f543e90b96b196df3fc2 (patch) | |
tree | bc10ceed9077d92b7f69b7a4b3b93a973ff2a17e /string/Makefile | |
parent | 0e28cfff9dfdb71352151054e0d38816856182d5 (diff) | |
download | glibc-eec0f4218cda936a6ab8f543e90b96b196df3fc2.tar.gz glibc-eec0f4218cda936a6ab8f543e90b96b196df3fc2.tar.xz glibc-eec0f4218cda936a6ab8f543e90b96b196df3fc2.zip |
string: Add string/tst-memmove-overflow, a test case for bug 25620
Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'string/Makefile')
-rw-r--r-- | string/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/Makefile b/string/Makefile index c46785f1a1..e1cca5516b 100644 --- a/string/Makefile +++ b/string/Makefile @@ -60,7 +60,7 @@ tests := tester inl-tester noinl-tester testcopy test-ffs \ bug-envz1 tst-strxfrm2 tst-endian tst-svc2 \ tst-strtok_r bug-strcoll2 tst-cmp tst-xbzero-opt \ test-endian-types test-endian-file-scope \ - test-endian-sign-conversion + test-endian-sign-conversion tst-memmove-overflow # This test allocates a lot of memory and can run for a long time. xtests = tst-strcoll-overflow |