From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29450 invoked by alias); 23 Nov 2012 13:34:48 -0000 Received: (qmail 29347 invoked by uid 22791); 23 Nov 2012 13:34:47 -0000 X-SWARE-Spam-Status: No, hits=-5.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_KC X-Spam-Check-By: sourceware.org Received: from mail-lb0-f175.google.com (HELO mail-lb0-f175.google.com) (209.85.217.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Nov 2012 13:34:00 +0000 Received: by mail-lb0-f175.google.com with SMTP id gg13so4349551lbb.20 for ; Fri, 23 Nov 2012 05:33:58 -0800 (PST) Received: by 10.152.105.103 with SMTP id gl7mr3489165lab.10.1353677638665; Fri, 23 Nov 2012 05:33:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.135.105 with HTTP; Fri, 23 Nov 2012 05:33:37 -0800 (PST) In-Reply-To: <50AF7A5A.70001@net-b.de> References: <50AA7E29.9060808@net-b.de> <50AF5DA3.9040803@net-b.de> <50AF7893.6050407@net-b.de> <50AF7A5A.70001@net-b.de> From: Konstantin Serebryany Date: Fri, 23 Nov 2012 13:34:00 -0000 Message-ID: Subject: Re: [wwwdocs] Mention -faddress-sanitizer in gcc-4.8/changes.html To: Tobias Burnus Cc: gcc patches , Dodji Seketeli , Gerald Pfeifer Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2012-11/txt/msg01929.txt.bz2 On Fri, Nov 23, 2012 at 5:30 PM, Tobias Burnus 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