From: Florian Weimer Date: Mon, 26 Jan 2026 16:12:37 +0000 (+0100) Subject: posix: Run tst-wordexp-reuse-mem test X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bed2db02f3183e93f21d506786c5f884a1dec9e7;p=thirdparty%2Fglibc.git posix: Run tst-wordexp-reuse-mem test The test was not properly scheduled for execution with a Makefile dependency. Fixes commit 80cc58ea2de214f85b0a1d902a3b668ad2ecb302 ("posix: Reset wordexp_t fields with WRDE_REUSE (CVE-2025-15281 / BZ 33814"). --- diff --git a/posix/Makefile b/posix/Makefile index 71a1906168..f377948462 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -499,7 +499,7 @@ tests-special += \ $(objpfx)tst-pcre-mem.out \ $(objpfx)tst-rxspencer-no-utf8-mem.out \ $(objpfx)tst-vfork3-mem.out \ - $(objpfx)tst-wordexp-reuse.out \ + $(objpfx)tst-wordexp-reuse-mem.out \ # tests-special endif endif