aboutsummaryrefslogtreecommitdiff
path: root/changes/bug28554
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2018-11-21 15:56:30 +1000
committerteor <teor@torproject.org>2018-11-22 16:42:32 +1000
commitffc7b81b5dd909f0c4325e7a5b893504f76b9c77 (patch)
tree2143542146c2fdc461119b637a68b8cc4bc791d2 /changes/bug28554
parentcbe04d455016233f4759fe281c07dd7db6096c2a (diff)
downloadtor-ffc7b81b5dd909f0c4325e7a5b893504f76b9c77.tar.gz
tor-ffc7b81b5dd909f0c4325e7a5b893504f76b9c77.zip
Test: Fix memory leaks and missing unmocks in entry guard tests
test_entry_guard_outdated_dirserver_exclusion leaks memory, and is missing some unmocks. Fixes 28554; bugfix on 0.3.0.1-alpha.
Diffstat (limited to 'changes/bug28554')
-rw-r--r--changes/bug285543
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug28554 b/changes/bug28554
new file mode 100644
index 0000000000..9a0b281406
--- /dev/null
+++ b/changes/bug28554
@@ -0,0 +1,3 @@
+ o Minor bugfixes (unit tests, guard selection):
+ - Stop leaking memory in an entry guard unit test. Fixes bug 28554;
+ bugfix on 0.3.0.1-alpha.