From: Nick Mathewson Date: Fri, 20 May 2016 12:35:52 +0000 (-0400) Subject: Changes file for previous commit X-Git-Tag: tor-0.2.9.1-alpha~219 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=33ffeab69417d2dbc017efeb4a393fa0f516669d;p=thirdparty%2Ftor.git Changes file for previous commit --- diff --git a/changes/bug18934_2 b/changes/bug18934_2 new file mode 100644 index 0000000000..039feafb89 --- /dev/null +++ b/changes/bug18934_2 @@ -0,0 +1,4 @@ + o Minor bugfixes (testing): + - Disable ASAN's detection of segmentation faults while running + test_bt.sh, so that we can make sure that our own backtrace generation + code works. Fixes another aspect of bug 18934. Patch from "cypherpunks".