[PATCH] posix: Run tst-wordexp-reuse-mem test

Florian Weimer fweimer@redhat.com
Mon Jan 26 15:44:32 GMT 2026


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").

---
 posix/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

base-commit: bad2da7f779dbabb0e2e2c73037489e9f161183e



More information about the Libc-alpha mailing list