]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for previous commit
authorNick Mathewson <nickm@torproject.org>
Fri, 20 May 2016 12:35:52 +0000 (08:35 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 20 May 2016 12:36:15 +0000 (08:36 -0400)
changes/bug18934_2 [new file with mode: 0644]

diff --git a/changes/bug18934_2 b/changes/bug18934_2
new file mode 100644 (file)
index 0000000..039feaf
--- /dev/null
@@ -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".