]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
posix: Run tst-wordexp-reuse-mem test
authorFlorian Weimer <fweimer@redhat.com>
Mon, 26 Jan 2026 16:12:37 +0000 (17:12 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 26 Jan 2026 16:12:37 +0000 (17:12 +0100)
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

index 71a19061686600b73c9bd24e934ffd96998e0647..f37794846287ff2318b290a5d25419c0375d1dd0 100644 (file)
@@ -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