From: burnus Date: Fri, 25 Sep 2015 18:59:58 +0000 (+0000) Subject: 2015-09-25 Tobias Burnus X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=872343ee30772fd164c0b1758ce21472d8e0f83b;p=thirdparty%2Fgcc.git 2015-09-25 Tobias Burnus * doc/invoke.texi (-fsanitize): Minor wording tweak. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228148 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 64840b181a25..f102313372ef 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-09-25 Tobias Burnus + + * doc/invoke.texi (-fsanitize): Minor wording tweak. + 2015-09-25 Tobias Burnus * doc/invoke.texi (-fsanitize): Update URLs. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index d4260d882689..194636298226 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -5859,8 +5859,8 @@ Memory access instructions are instrumented to detect out-of-bounds and use-after-free bugs. See @uref{https://github.com/google/sanitizers/wiki/AddressSanitizer} for more details. The run-time behavior can be influenced using the -@env{ASAN_OPTIONS} environment variable. When setting it to @code{help=1}, -the available options are shown at startup of the instrumended program. See +@env{ASAN_OPTIONS} environment variable. When set to @code{help=1}, +the available options are shown at startup of the instrumended program. See @url{https://github.com/google/sanitizers/wiki/AddressSanitizerFlags#run-time-flags} for a list of supported options.