From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 16124 invoked from network); 25 May 2023 15:28:07 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 25 May 2023 15:28:07 -0000 Received: from ftrv.se ([45.76.35.157]) by 9front; Thu May 25 11:24:58 -0400 2023 Message-ID: <91D77F63EA8D88A972E4EEF376D39B66@ftrv.se> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ftrv.se; s=mail; t=1685027815; bh=w5JgRwx2OKzScBp4m3o0++QZOIrwb90GreNY6KS7yJI=; h=Date:From:To:Subject:In-Reply-To; b=AR1nnoDNf+3Jbc5k7YqbYym77EbOWsN/cnYYbjEqifpvRbmUUt89d0xLR6Z+/ncN+ DsX7WO7g/u4WEe/UDCvOzvlXAOuqcC9y6O3Dr6bi9AKohSY6q0Z0HdOedxRuvtVIo7 l0mPyu4zOvE7xaZwH2CyAj/6ujETyuBZZs1OViMs= Date: Thu, 25 May 2023 17:16:54 +0200 From: =?utf-8?q?Sigrid_Solveig_Hafl=C3=ADnud=C3=B3ttir?= To: 9front@9front.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: secure core layer Subject: Re: [9front] latest code crashes thinkpad x1 yoga 3rd gen on fshalt Reply-To: 9front@9front.org Precedence: bulk the bug is in sdram.c, it uses xalloc for sddev allocation, but devsd.c calls free on it. should be an easy fix I guess.