From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from angie.orcam.me.uk (angie.orcam.me.uk [78.133.224.34]) by sourceware.org (Postfix) with ESMTP id 199AA3858D35 for ; Tue, 23 May 2023 21:19:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 199AA3858D35 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=orcam.me.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=orcam.me.uk Received: by angie.orcam.me.uk (Postfix, from userid 500) id EAF1792009C; Tue, 23 May 2023 23:19:08 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id E74CD92009B; Tue, 23 May 2023 22:19:08 +0100 (BST) Date: Tue, 23 May 2023 22:19:08 +0100 (BST) From: "Maciej W. Rozycki" To: Alan Modra cc: binutils@sourceware.org, Chenghua Xu Subject: Re: Protect mips_hi16_list from fuzzed debug info In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-1161.9 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,KAM_INFOUSMEBIZ,KAM_LAZY_DOMAIN_SECURITY,KAM_LINKBAIT,SPF_HELO_NONE,SPF_NONE,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Sat, 20 May 2023, Alan Modra wrote: > This is a slightly modified version of the patch posted at > https://sourceware.org/pipermail/binutils/2023-February/125916.html > with the logic for detecting orphan hi16 relocs in free_mips_hi16_list > improved so that the warning can be enabled. I haven't lost your orignal fix from my radar and meant to come back to it around this time. I still need a couple days to get through all this again. I'll appreciate a bit of patience. Maciej