diff options
author | John DeNisco <jdenisco@cisco.com> | 2020-01-24 14:04:41 -0500 |
---|---|---|
committer | John DeNisco <jdenisco@cisco.com> | 2020-01-24 14:05:17 -0500 |
commit | a273ce62d7e3eded5a146bcad8cf3103894a723f (patch) | |
tree | 61852606fa3e81be6db4de2dee2fd38683f29c2c /docs/troubleshooting | |
parent | d539e256b212240f71fb81092f2e24d96c737127 (diff) |
docs: Update the requirements and fix the build
Signed-off-by: John DeNisco <jdenisco@cisco.com>
Change-Id: I30e37f7e549083337b11ace95b4ff4f427d9fc8c
Diffstat (limited to 'docs/troubleshooting')
-rw-r--r-- | docs/troubleshooting/sanitizer.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/troubleshooting/sanitizer.rst b/docs/troubleshooting/sanitizer.rst index af239943da3..d4e9a4da4c5 100644 --- a/docs/troubleshooting/sanitizer.rst +++ b/docs/troubleshooting/sanitizer.rst @@ -1,15 +1,15 @@ .. _sanitizer: -************** +***************** Google Sanitizers -************** +***************** VPP is instrumented to support `Google Sanitizers <https://github.com/google/sanitizers>`_. As of today, only `AddressSanitizer <https://github.com/google/sanitizers/wiki/AddressSanitizer>`_ is supported and only for the heap. AddressSanitizer -============== +================ `AddressSanitizer <https://github.com/google/sanitizers/wiki/AddressSanitizer>`_ (aka ASan) is a memory error detector for C/C++. Think Valgrind but much faster. |