From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19574 invoked by alias); 7 Aug 2012 02:35:22 -0000 Received: (qmail 19445 invoked by uid 22791); 7 Aug 2012 02:35:21 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-vc0-f169.google.com (HELO mail-vc0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 07 Aug 2012 02:35:09 +0000 Received: by vcbfl10 with SMTP id fl10so3882335vcb.0 for ; Mon, 06 Aug 2012 19:35:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.58.91.148 with SMTP id ce20mr11116229veb.16.1344306908390; Mon, 06 Aug 2012 19:35:08 -0700 (PDT) Received: by 10.220.106.204 with HTTP; Mon, 6 Aug 2012 19:35:08 -0700 (PDT) In-Reply-To: <3535463.LDgPnkid6y@qiyao.dyndns.org> References: <3535463.LDgPnkid6y@qiyao.dyndns.org> Date: Tue, 07 Aug 2012 02:35:00 -0000 Message-ID: Subject: Re: [PATCH] Fix memory-region overlapping checking From: Wei-cheng Wang To: Yao Qi Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=UTF-8 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-08/txt/msg00204.txt.bz2 Hi Yao, On Fri, Aug 3, 2012 at 6:53 PM, Yao Qi wrote: > Your patch looks correct to me, however I am not the people to approve it. > This line of code was written in 2002, so a 10-year-old bug is fixed! :) Thanks for your review and confirming. So how can I get it approved? Shall I report it in bug-gdb? I found this bug simply because I am using this feature, so I think it would be great if it could get fixed :) Wei-cheng