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 | 3ddfd5ff25b1319dee3a013c8dac02ff9121971e (patch) | |
tree | 47e67ba23de5638e2c186eefca3acdbe6cfd09e7 /changes | |
parent | f8d5fb42a392a764da9f46102583ea2dff960939 (diff) | |
parent | 8253428253109dabc35861cbaab23a44a22eb24d (diff) | |
download | tor-3ddfd5ff25b1319dee3a013c8dac02ff9121971e.tar.gz tor-3ddfd5ff25b1319dee3a013c8dac02ff9121971e.zip |
Merge branch 'maint-0.3.3' into maint-0.3.4
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. |