From a273ce62d7e3eded5a146bcad8cf3103894a723f Mon Sep 17 00:00:00 2001 From: John DeNisco Date: Fri, 24 Jan 2020 14:04:41 -0500 Subject: docs: Update the requirements and fix the build Signed-off-by: John DeNisco Change-Id: I30e37f7e549083337b11ace95b4ff4f427d9fc8c --- docs/troubleshooting/sanitizer.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/troubleshooting') 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 `_. As of today, only `AddressSanitizer `_ is supported and only for the heap. AddressSanitizer -============== +================ `AddressSanitizer `_ (aka ASan) is a memory error detector for C/C++. Think Valgrind but much faster. -- cgit 1.2.3-korg