From: Paul Floyd Date: Sat, 12 Apr 2025 21:57:58 +0000 (+0200) Subject: Illumos regtest: use LC_ALL=C for execx test X-Git-Tag: VALGRIND_3_25_0~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=298a93a14c3c18f0edcb22d4c1ad83ddd2753572;p=thirdparty%2Fvalgrind.git Illumos regtest: use LC_ALL=C for execx test 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. --- diff --git a/memcheck/tests/solaris/execx.vgtest b/memcheck/tests/solaris/execx.vgtest index 3c8169070..8d28bece1 100644 --- a/memcheck/tests/solaris/execx.vgtest +++ b/memcheck/tests/solaris/execx.vgtest @@ -1,3 +1,4 @@ prereq: test -e execx +env: LC_ALL=C prog: execx vgopts: -q --trace-children=yes --num-callers=1