From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (wildebeest.demon.nl [212.238.236.112]) by sourceware.org (Postfix) with ESMTPS id 9374D3858D34 for ; Sun, 19 Jul 2020 12:20:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9374D3858D34 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mark@klomp.org Received: from librem (deer0x15.wildebeest.org [172.31.17.151]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 3EA3F3000618 for ; Sun, 19 Jul 2020 14:20:45 +0200 (CEST) Received: by librem (Postfix, from userid 1000) id BE87EC3501; Sun, 19 Jul 2020 14:20:10 +0200 (CEST) Date: Sun, 19 Jul 2020 14:20:10 +0200 From: Mark Wielaard To: elfutils-devel@sourceware.org Subject: Re: [PATCH] libdwfl, src: Replace some asserts with proper check or error messages. Message-ID: <20200719122010.GA4109@wildebeest.org> References: <20200704223338.26805-1-mark@klomp.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200704223338.26805-1-mark@klomp.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-6.6 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jul 2020 12:20:49 -0000 On Sun, Jul 05, 2020 at 12:33:38AM +0200, Mark Wielaard wrote: > library code really shouldn't assert and for utilities a proper > error message is better than crashing with an assert. Pushed to master.