Commit e071af96 by Mike Frysinger Committed by Mike Frysinger

gcc: doc: add missing space in asan-stack desc

From-SVN: r227360
parent 1a87daf5
2015-08-31 Mike Frysinger <vapier@gentoo.org>
* doc/invoke.texi (asan-stack): Add space before option.
2015-08-31 Marc Glisse <marc.glisse@inria.fr>
* tree.h (zerop): New function.
......
......@@ -10949,7 +10949,7 @@ To disable global objects protection use @option{--param asan-globals=0}.
@item asan-stack
Enable buffer overflow detection for stack objects. This kind of
protection is enabled by default when using@option{-fsanitize=address}.
protection is enabled by default when using @option{-fsanitize=address}.
To disable stack protection use @option{--param asan-stack=0} option.
@item asan-instrument-reads
......
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