aboutsummaryrefslogtreecommitdiff
path: root/changes/bug18934_2
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug18934_2')
-rw-r--r--changes/bug18934_24
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".