public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6535] docs: Clarify LeakSanitizer in documentation [PR81649]
@ 2023-03-07 23:36 Sandra Loosemore
  0 siblings, 0 replies; only message in thread
From: Sandra Loosemore @ 2023-03-07 23:36 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:c5c4fdaccdf444632c9872537b6026dc6758a952

commit r13-6535-gc5c4fdaccdf444632c9872537b6026dc6758a952
Author: Jonathan Grant <jg@jguk.org>
Date:   Tue Mar 7 21:57:44 2023 +0000

    docs: Clarify LeakSanitizer in documentation [PR81649]
    
    gcc/ChangeLog
    
            PR sanitizer/81649
            * doc/invoke.texi (Instrumentation Options):  Clarify
            LeakSanitizer behavior.

Diff:
---
 gcc/doc/invoke.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 2da68802356..beb606fcd1b 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -16750,8 +16750,8 @@ operating on invalid memory addresses with non-call exceptions
 @opindex fsanitize=leak
 @item -fsanitize=leak
 Enable LeakSanitizer, a memory leak detector.
-This option only matters for linking of executables and
-the executable is linked against a library that overrides @code{malloc}
+This option only matters for linking of executables.
+The executable is linked against a library that overrides @code{malloc}
 and other allocator functions.  See
 @uref{https://github.com/google/sanitizers/wiki/AddressSanitizerLeakSanitizer} for more
 details.  The run-time behavior can be influenced using the

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-07 23:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-07 23:36 [gcc r13-6535] docs: Clarify LeakSanitizer in documentation [PR81649] Sandra Loosemore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).