From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3524 invoked by alias); 9 Jan 2014 19:28:55 -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 928 invoked by uid 89); 9 Jan 2014 19:26:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ig0-f170.google.com Received: from mail-ig0-f170.google.com (HELO mail-ig0-f170.google.com) (209.85.213.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 09 Jan 2014 19:26:14 +0000 Received: by mail-ig0-f170.google.com with SMTP id k19so16925237igc.1 for ; Thu, 09 Jan 2014 11:26:12 -0800 (PST) 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-type; bh=DEw9pcBtnBpzVMfu5E35Ckfaa8tPrKn4j3+372eTt1o=; b=PbZzO5Af+Pmkva7Mr53LdSfBbFztbxJOweyki+iUDacVdG5lxJzP263mu4CvGKANDG BYUEsn3JV0zegA9U4rOQ8XMdB77YCxBLM6JqNrIVsEKG8aaeOp8bjtgCLCEqbV3KoGnX vNaE3/TYDmsbzcyUUCaCW4emHgvim5VUi3Mft8k6pr35sCTsRaizRON9ZiBG63HOSzxt /WO7rWIpjtMUgnBoBGRe5wlXrf4kMZhOuZFziY/8yQ3VrOGFw8mE7Bcued2q4Yl/V8K/ imk7Sl/AQhpmceIRO2WMA6QmcTa8X53cjnRiHLUDvcFQAo0CvJzHDUkvIoCKNc5stw6O CmUA== X-Gm-Message-State: ALoCoQnLxSJMXgVRs3Bb5ylu9WYjC3/+Y/x7JaN3iqq7agUjoLpRf/Uoidi2hkScUGpYQavNHj+WgW+ZLFPI4g/XkkLJUILiEtudZkaquBYTsCo4shxGxtbsSP5nJ6Yl21Bhd5XQZ94QpxagR++/qxa6+JLAudcu1pfn+a2k2cxbObw//ZS9Y9vbFhE1km5tUPpoCejbWtFfVKEr0kkfiEo2GcEOZZNqqw== X-Received: by 10.43.141.4 with SMTP id jc4mr2251143icc.87.1389295572561; Thu, 09 Jan 2014 11:26:12 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.148.34 with HTTP; Thu, 9 Jan 2014 11:25:52 -0800 (PST) In-Reply-To: <52CEF27C.5040403@redhat.com> References: <52CEF27C.5040403@redhat.com> From: Roland McGrath Date: Thu, 09 Jan 2014 19:28:00 -0000 Message-ID: Subject: Re: [PATCH] Fix buffer underrun in i386-dis.c. To: Pedro Alves Cc: "H.J. Lu" , "binutils@sourceware.org" , GDB , Bradley Nelson Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2014-01/txt/msg00258.txt.bz2 Committed all around. Thanks, Roland