diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-05-20 08:35:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-20 08:36:15 -0400 |
commit | 33ffeab69417d2dbc017efeb4a393fa0f516669d (patch) | |
tree | eee9de130b470ab9bade1fabacca7ab06e178632 /changes | |
parent | 0e20d056e91b033239da0253346788bdba8098e9 (diff) | |
download | tor-33ffeab69417d2dbc017efeb4a393fa0f516669d.tar.gz tor-33ffeab69417d2dbc017efeb4a393fa0f516669d.zip |
Changes file for previous commit
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug18934_2 | 4 |
1 files changed, 4 insertions, 0 deletions
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". |