gcc: doc: add missing space in asan-stack desc
From-SVN: r227360
This commit is contained in:
parent
1a87daf592
commit
e071af96da
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user