Commit 9f85af26 by Tobias Burnus Committed by Tobias Burnus

invoke.texi (-fsanitize): Minor wording tweak.

2015-09-25  Tobias Burnus  <burnus@net-b.de>

	* doc/invoke.texi (-fsanitize): Minor wording tweak.

From-SVN: r228148
parent 66208ca4
2015-09-25 Tobias Burnus <burnus@net-b.de> 2015-09-25 Tobias Burnus <burnus@net-b.de>
* doc/invoke.texi (-fsanitize): Minor wording tweak.
2015-09-25 Tobias Burnus <burnus@net-b.de>
* doc/invoke.texi (-fsanitize): Update URLs. * doc/invoke.texi (-fsanitize): Update URLs.
2015-09-25 Teresa Johnson <tejohnson@google.com> 2015-09-25 Teresa Johnson <tejohnson@google.com>
...@@ -5859,8 +5859,8 @@ Memory access instructions are instrumented to detect ...@@ -5859,8 +5859,8 @@ Memory access instructions are instrumented to detect
out-of-bounds and use-after-free bugs. out-of-bounds and use-after-free bugs.
See @uref{https://github.com/google/sanitizers/wiki/AddressSanitizer} for See @uref{https://github.com/google/sanitizers/wiki/AddressSanitizer} for
more details. The run-time behavior can be influenced using the more details. The run-time behavior can be influenced using the
@env{ASAN_OPTIONS} environment variable. When setting it to @code{help=1}, @env{ASAN_OPTIONS} environment variable. When set to @code{help=1},
the available options are shown at startup of the instrumended program. See the available options are shown at startup of the instrumended program. See
@url{https://github.com/google/sanitizers/wiki/AddressSanitizerFlags#run-time-flags} @url{https://github.com/google/sanitizers/wiki/AddressSanitizerFlags#run-time-flags}
for a list of supported options. for a list of supported options.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment