From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59879 invoked by alias); 30 May 2017 05:51:00 -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 59256 invoked by uid 89); 30 May 2017 05:49:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=awesome!, awesome X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 30 May 2017 05:49:52 +0000 Received: by simark.ca (Postfix, from userid 33) id 0B1FC1E4E3; Tue, 30 May 2017 01:49:54 -0400 (EDT) To: Tom Tromey Subject: Re: [RFA] Fix size check in dwarf2_evaluate_loc_desc_full X-PHP-Originating-Script: 33:rcube.php MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 30 May 2017 05:51:00 -0000 From: Simon Marchi Cc: gdb-patches@sourceware.org In-Reply-To: <8760gjckuq.fsf@bapiya> References: <20170529162544.8652-1-tom@tromey.com> <8760gjckuq.fsf@bapiya> Message-ID: X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.2.5 X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00611.txt.bz2 On 2017-05-30 01:19, Tom Tromey wrote: > Simon> Would it be possible to test the error case as well by feeding > bad > Simon> DWARF info in the test case? > > Sure, here it is. > > Tom Awesome!