]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Make the location for temporary files configurable at runtime.
authorFlorian Krohm <florian@eich-krohm.de>
Tue, 12 Jul 2011 19:07:05 +0000 (19:07 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Tue, 12 Jul 2011 19:07:05 +0000 (19:07 +0000)
commit5e08a97bfe685458a0dfa4bbe9d042da0d2ee03b
treede35619a7b8770e535a84b9f876a480fd7c8f028
parent32dce3364d676f33891fbfd53b0f00f7424a6cd0
Make the location for temporary files configurable at runtime.
To that effect observe the environment variable TMPDIR. If defined,
its value takes precedence over VG_TMPDIR.
Because the directory name is no longer a compile time constant,
VG_(err_config_error) was changed to take a variable argument list.
Fixes #267020.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11892
NEWS
coregrind/m_libcfile.c
coregrind/m_libcprint.c
coregrind/m_main.c
coregrind/pub_core_libcprint.h