aboutsummaryrefslogtreecommitdiff
path: root/changes/bug8638
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2013-04-04 18:05:14 +0200
committerNick Mathewson <nickm@torproject.org>2013-04-05 16:51:48 -0400
commitd1dc23c9386c6c85ec50c5b4d0a9077ffcb78683 (patch)
treee24b40ea6238870f0b6d9d3bd858a71209dfdc1a /changes/bug8638
parent33b7083f26e30304f6c9296e3cb7205f6bda0c95 (diff)
downloadtor-d1dc23c9386c6c85ec50c5b4d0a9077ffcb78683.tar.gz
tor-d1dc23c9386c6c85ec50c5b4d0a9077ffcb78683.zip
test.c: Try to create a more random temporary directory for our workspace (re: Bug#8638)
Diffstat (limited to 'changes/bug8638')
-rw-r--r--changes/bug86383
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug8638 b/changes/bug8638
new file mode 100644
index 0000000000..3a790e567d
--- /dev/null
+++ b/changes/bug8638
@@ -0,0 +1,3 @@
+ o Minor features
+ In our testsuite, create temporary directories with a bit more entropy
+ in their name to make name collissions less likely. Fixes bug 8638.