summaryrefslogtreecommitdiff
path: root/doc/developer/workflow.rst
diff options
context:
space:
mode:
authorMark Stapp <mjs.ietf@gmail.com>2024-08-13 14:18:40 -0400
committerGitHub <noreply@github.com>2024-08-13 14:18:40 -0400
commite03feca82fb9f1cc024fb47732066e9dae7db2fc (patch)
treefcf086164af88549ed98a64ad901f58270f29887 /doc/developer/workflow.rst
parent90a50fd4af7e430a20db864b72e689bc8d9ca4f1 (diff)
parent2de9d71a5cc93f04ed2abacd44d22ea6ccda4cfc (diff)
Merge pull request #16575 from donaldsharp/doc_address_sanitizer_stuff
doc: Add doc to show sysctl setting for Sanitizers
Diffstat (limited to 'doc/developer/workflow.rst')
-rw-r--r--doc/developer/workflow.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/developer/workflow.rst b/doc/developer/workflow.rst
index 166c96da33..a6bdec1e5b 100644
--- a/doc/developer/workflow.rst
+++ b/doc/developer/workflow.rst
@@ -1325,6 +1325,14 @@ but are no longer actively maintained. MemorySanitizer is not available in GCC.
The different Sanitizers are mostly incompatible with each other. Please
refer to GCC/LLVM documentation for details.
+.. note::
+
+ The different sanitizers also require setting
+
+ sysctl vm.mmap_rnd_bits=28
+
+ in order to work properly.
+
frr-format plugin
This is a GCC plugin provided with FRR that does extended type checks for
``%pFX``-style printfrr extensions. To use this plugin,