TMPDIR becomes the last option
authorFabian Deutsch <fabiand@fedoraproject.org>
Tue, 2 Sep 2014 08:38:17 +0000 (10:38 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 4 Sep 2014 08:38:18 +0000 (11:38 +0300)
commit0e31d7fc6a03faf1076dfd51b49401539c3ebed9
treee5a942d7eaa6a24bf370467779d82241fec18068
parent62bf7e913f35625fff360015d85ca2c891dec3b0
TMPDIR becomes the last option

Previously $TMPDIR and /tmp were the first options to try to use for
intermediate files. To prevent name collisions, now user specific dirs ($HOME
and $XDG_RUNTIME_DIR) are prefered over the user unspecific dirs ($TMP and
/tmp).

https://bugzilla.gnome.org/show_bug.cgi?id=735871
orc/orccodemem.c