commit 33ffeab69417d2dbc017efeb4a393fa0f516669d Author: Nick Mathewson nickm@torproject.org Date: Fri May 20 08:35:52 2016 -0400
Changes file for previous commit --- changes/bug18934_2 | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/changes/bug18934_2 b/changes/bug18934_2 new file mode 100644 index 0000000..039feaf --- /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".