From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43050 invoked by alias); 15 Aug 2016 11:34:27 -0000 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 Received: (qmail 43038 invoked by uid 89); 15 Aug 2016 11:34:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-oi0-f68.google.com Received: from mail-oi0-f68.google.com (HELO mail-oi0-f68.google.com) (209.85.218.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 15 Aug 2016 11:34:24 +0000 Received: by mail-oi0-f68.google.com with SMTP id b22so4185041oii.3 for ; Mon, 15 Aug 2016 04:34:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=Utx0TGNqqMaK/DKpzhzslVX/c9ekXlZ0r0boN3yooa8=; b=LShzH+Y1o4Uu+aZeMJVhnOAS1ey2cz9khHlWWvQmh3QtF6fo7hTIZvKewpRDYZLTUj uud0XrxW9Tnaqd8Y4iXF3PMjXDa/erkiJu0YJns8NyS8cxhxFJVMPlkFPqxbpgvJfeeu NJeW95oC5b+BQpAhxg6qva8DwYrXlRZpNoPMXxGxmeDKuWEzEyRWSijqpQu7hIQjN/s6 MsP340XemjkyWPZrBAoZMXGVqkam5/aUVRxg5mtAT8O0qkHobJsYvWABUaqKz8HIro/A xS8puQS5+bmOQWm+si/P0B/JeF/lMUIOEaaX8eP8s3wMCYLc4WT5fm/b0StWVZHOueQu H1RA== X-Gm-Message-State: AEkooutGBeDSgFSYeB+NYSAIbWlSBx3yXYB+pntLMUzzZu99fe5HicXoVd6mhAIGXAx7n07pUASQFWYH0vkv1A== X-Received: by 10.157.35.49 with SMTP id j46mr5163264otb.38.1471260862463; Mon, 15 Aug 2016 04:34:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.207.201 with HTTP; Mon, 15 Aug 2016 04:34:21 -0700 (PDT) In-Reply-To: <57ADFBD5.5060507@redhat.com> References: <1471005890-24205-1-git-send-email-yao.qi@linaro.org> <57ADFBD5.5060507@redhat.com> From: Yao Qi Date: Mon, 15 Aug 2016 11:34:00 -0000 Message-ID: Subject: Re: [PATCH master/7.12] Fix heap-buffer-overflow in explicit_location_lex_one To: Keith Seitz Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-08/txt/msg00158.txt.bz2 On Fri, Aug 12, 2016 at 5:39 PM, Keith Seitz wrote: > While your patch alters the behavior ever so slightly (originally, it > was meant to skip over "operator," -- now it skips over "operator" and > the next char), I don't think that it will impact what this code > actually does. It looks good to me. > Thanks for the review, Keith. Patch is pushed into master and 7.12. --=20 Yao (=E9=BD=90=E5=B0=A7)