]> code.delx.au - pulseaudio/commit
util: Check that the home dir is an absolute path
authorTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Wed, 19 Mar 2014 10:16:08 +0000 (12:16 +0200)
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Fri, 28 Mar 2014 12:54:58 +0000 (14:54 +0200)
commitaca30527e2f8241b52433a81f7e857b726d5093c
tree922b9e765c4a72a3ac55daaf6d538b6bb4400868
parente1440395d18310fe7648011737c579520c55d549
util: Check that the home dir is an absolute path

Avoid unpredictable behaviour in case e.g. the HOME environment
variable is incorrectly set up for whatever reason.

I haven't seen non-absolute HOME anywhere, but this feels like a good
sanity check anyway.
src/pulse/util.c