]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Illumos regtest: use LC_ALL=C for execx test
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 12 Apr 2025 21:57:58 +0000 (23:57 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 12 Apr 2025 22:03:23 +0000 (00:03 +0200)
There's an uninitialized read in /usr/bin/printf when using the
default en_US.UTF-8 locale. This isn't a printf test, and using
the C locale makes the error go away.

memcheck/tests/solaris/execx.vgtest

index 3c81690707a9246986efc4bfd245e41855000881..8d28bece1bb23e8de4f36f728f0e237483c3ca91 100644 (file)
@@ -1,3 +1,4 @@
 prereq: test -e execx
+env: LC_ALL=C
 prog: execx
 vgopts: -q --trace-children=yes --num-callers=1