On Sun, Oct 16, 2016 at 09:39:16PM +0000, co...@sdf.org wrote: > Interestingly, some stuff within src/lib/librumpuser uses > $RANDOM and assumes that it does what it says, deleting > old content in new supposedly random directory.
If it does, it is broken and should be fixed by using mktemp. Joerg