aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-13 11:46:04 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-13 11:46:04 -0400
commit2b0d370788f9fccd7902f157497f2544f4ccc932 (patch)
tree973e262306b60cbc1167c0c457b9772d4801e37d /changes
parent0bef3a21cc749550e47dfeaadb9843e91567e841 (diff)
parent9697c2da4680267038d407093cbcbc4c68059904 (diff)
downloadtor-2b0d370788f9fccd7902f157497f2544f4ccc932.tar.gz
tor-2b0d370788f9fccd7902f157497f2544f4ccc932.zip
Merge branch 'maint-0.3.2' into release-0.3.2
Diffstat (limited to 'changes')
-rw-r--r--changes/bug276586
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug27658 b/changes/bug27658
new file mode 100644
index 0000000000..8cc0aa4714
--- /dev/null
+++ b/changes/bug27658
@@ -0,0 +1,6 @@
+ o Minor bugfixes (testing):
+ - If a unit test running in a subprocess exits abnormally or with a
+ nonzero status code, treat the test as having failed, even if
+ the test reported success. Without this fix, memory leaks don't cause
+ cause the tests to fail, even with LeakSanitizer. Fixes bug 27658;
+ bugfix on 0.2.2.4-alpha.