On Wed, 01 Apr 2015 21:55:14 +0200, Tobias Stoeckmann wrote:

> When creating a new temporary file name, use mkstemp instead of just
> taking a rather predictable path, which could even be a symlink by
> a malicious user (granted, that is very unlikely).

Heh, you beat me to that one.  I'm going to revisit how temp files
are used at some later point but this is OK for now.

With this change I think we no longer need the umask dance in
openfile().

 - todd

Reply via email to