30 lines
988 B
Diff
30 lines
988 B
Diff
commit bed2db02f3183e93f21d506786c5f884a1dec9e7
|
|
Author: Florian Weimer <fweimer@redhat.com>
|
|
Date: Mon Jan 26 17:12:37 2026 +0100
|
|
|
|
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").
|
|
|
|
Conflicts:
|
|
posix/Makefile
|
|
(Makefile not sorted downstream)
|
|
|
|
diff --git a/posix/Makefile b/posix/Makefile
|
|
index e546b8d667b9c6c4..b399b1dab0a8cb9c 100644
|
|
--- a/posix/Makefile
|
|
+++ b/posix/Makefile
|
|
@@ -149,7 +149,7 @@ tests-special += $(objpfx)bug-regex2-mem.out $(objpfx)bug-regex14-mem.out \
|
|
$(objpfx)bug-glob2-mem.out $(objpfx)tst-vfork3-mem.out \
|
|
$(objpfx)tst-fnmatch-mem.out $(objpfx)bug-regex36-mem.out \
|
|
$(objpfx)tst-glob-tilde-mem.out \
|
|
- $(objpfx)tst-wordexp-reuse.out
|
|
+ $(objpfx)tst-wordexp-reuse-mem.out
|
|
xtests-special += $(objpfx)bug-ga2-mem.out
|
|
endif
|
|
|