From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125517 invoked by alias); 21 Dec 2017 20:21:58 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 125506 invoked by uid 89); 21 Dec 2017 20:21:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.99.2 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=Hx-languages-length:358 X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: gnu.wildebeest.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (212.238.236.112) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 21 Dec 2017 20:21:56 +0000 Received: from stream.wildebeest.org (deer0x13.wildebeest.org [172.31.17.149]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 434E930007B4 for ; Thu, 21 Dec 2017 21:21:54 +0100 (CET) Received: by stream.wildebeest.org (Postfix, from userid 1000) id D36FF109649; Thu, 21 Dec 2017 21:22:00 +0100 (CET) Date: Thu, 21 Dec 2017 20:21:00 -0000 From: Mark Wielaard To: elfutils-devel@sourceware.org Subject: Re: [PATCH] readelf: Try to continue after encountering bogus ELF Note data. Message-ID: <20171221202200.GA28804@stream> References: <1513597269-19193-1-git-send-email-mark@klomp.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1513597269-19193-1-git-send-email-mark@klomp.org> User-Agent: Mutt/1.9.1 (2017-09-22) X-Spam-Flag: NO X-IsSubscribed: yes X-SW-Source: 2017-q4/txt/msg00119.txt.bz2 On Mon, Dec 18, 2017 at 12:41:09PM +0100, Mark Wielaard wrote: > There might be other sections or segments with ELF Notes that are > readable. Also adjust error message depending on whether or not we > actually got any data for the ELF Note segment or section. Pushed to master.