Konstantin Serebryany wrote:
>I think the man page should be then updated.
man page?

I mean gcc/doc/invoke.texi, which is available as "man gcc" and also part of the GCC Manual (http://gcc.gnu.org/onlinedocs/). It currently contains:

@item -fsanitize=address
Enable AddressSanitizer, a fast memory error detector.
Memory access instructions will be instrumented to detect
out-of-bounds and use-after-free bugs. So far only heap bugs will be detected.
See @uref{http://code.google.com/p/address-sanitizer/} for more details.


Tobias

Reply via email to