On Fri, Nov 23, 2012 at 5:30 PM, Tobias Burnus <bur...@net-b.de> wrote: > 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.
I guess we can remove this: "So far only heap bugs will be detected." --kcc > See @uref{http://code.google.com/p/address-sanitizer/} for more details. > > > Tobias