summaryrefslogtreecommitdiff
path: root/changes/bug18934
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-05-02 12:58:58 -0400
committerNick Mathewson <nickm@torproject.org>2016-05-02 12:58:58 -0400
commitb72aa18d73869563e88b85930408781495deed2c (patch)
treef69a692722971fdbbf576b6dd9edeb8a36dfcd28 /changes/bug18934
parentfb9c9e04f002fbbd9745911a17481b49ed66c9f4 (diff)
downloadtor-b72aa18d73869563e88b85930408781495deed2c.tar.gz
tor-b72aa18d73869563e88b85930408781495deed2c.zip
test_bt.sh: Check stderr for backtrace as well as stdout.
addresssanitizer likes to put backtraces on stderr.
Diffstat (limited to 'changes/bug18934')
-rw-r--r--changes/bug189343
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug18934 b/changes/bug18934
new file mode 100644
index 0000000000..fba703e5a4
--- /dev/null
+++ b/changes/bug18934
@@ -0,0 +1,3 @@
+ o Minor features (testing):
+ - Let backtrace tests work correctly under AddressSanitizer.
+ Fixes part of bug 18934.