]> git.michaelhowe.org Git - packages/b/bup.git/commit
Use mkstemp() when creating temporary packfiles.
authorAvery Pennarun <apenwarr@gmail.com>
Sat, 30 Jan 2010 21:31:27 +0000 (16:31 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 31 Jan 2010 01:31:01 +0000 (20:31 -0500)
commitc5a894e1a764fcef7e34b3db359eb6e7cf9cdf6e
tree4e956ff0614eb1128890c91b74c8ae8710e8f6ee
parent7e6453a36e29fe21da6b0e5d0117216348693c61
Use mkstemp() when creating temporary packfiles.

Using getpid() was an okay hack, but there's no good excuse for doing it
that way when there are perfectly good tempfile-naming functions around
already.
git.py