diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-13 11:46:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-13 11:46:04 -0400 |
commit | 9697c2da4680267038d407093cbcbc4c68059904 (patch) | |
tree | bb273660c438ea59521073a5faa4560b02bf532e /changes | |
parent | 5a8827a4c98a354c775060f6c85c05a97c56e9b4 (diff) | |
parent | c02f2d9eb45786c552dcc33c102e9964d95f66c1 (diff) | |
download | tor-9697c2da4680267038d407093cbcbc4c68059904.tar.gz tor-9697c2da4680267038d407093cbcbc4c68059904.zip |
Merge branch 'maint-0.2.9' into maint-0.3.2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27658 | 6 |
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. |