chiark / gitweb /
util: allow mkdtemp_malloc() to be called with NULL pattern
authorLennart Poettering <lennart@poettering.net>
Tue, 5 Jun 2018 14:51:31 +0000 (16:51 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
commit0d77192b13d5fa28456d0d1bea6c63458fd66cb3
tree60427f54214e14defb534ea80c4af9aef46ea0fa
parentfc7c1e170db761d2675a3b1c72a16856b8dfb868
util: allow mkdtemp_malloc() to be called with NULL pattern

In that case simply place the directory in /tmp.
src/basic/fileio.c