[5.2] 677317f Mention support for sanitizers in Upgrading to 5.2.

PÃ¥l Hermunn Johansen hermunn at varnish-software.com
Fri Sep 15 11:17:28 UTC 2017


commit 677317fc0ff825ba186142a741572e936b6d3ed9
Author: Geoff Simmons <geoff at uplex.de>
Date:   Thu Sep 14 09:24:39 2017 +0200

    Mention support for sanitizers in Upgrading to 5.2.

diff --git a/doc/sphinx/whats-new/upgrading-5.2.rst b/doc/sphinx/whats-new/upgrading-5.2.rst
index 364cc01..b28c328 100644
--- a/doc/sphinx/whats-new/upgrading-5.2.rst
+++ b/doc/sphinx/whats-new/upgrading-5.2.rst
@@ -265,7 +265,12 @@ Other changes
     it possible for VMOD authors to load their code into a debugger
     after a varnishd crash. See :ref:`ref_param_debug`.
 
-  * *XXX: anything else, such as sanitizer flags?*
+  * The project build tools now facilitate the use of sanitizer flags
+    (``-fsanitize`` for the compiler and ``ld``), for undefined
+    behavior, threads, addresses and memory. See the options
+    ``--enable-ubsan``, ``--enable-tsan``, ``--enable-asan`` and
+    ``--enable-msan`` for the ``configure`` script generated by
+    autoconf.
 
   * *XXX: ...*
 


More information about the varnish-commit mailing list