Explorar el Código

Changes file for previous commit

Nick Mathewson hace 8 años
padre
commit
33ffeab694
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      changes/bug18934_2

+ 4 - 0
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".