Changes file for previous commit

This commit is contained in:
Nick Mathewson
2016-05-20 08:35:52 -04:00
parent 0e20d056e9
commit 33ffeab694
+4
View File
@@ -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".