Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 21 Mar 2002 16:08:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 21 Mar 2002 16:08:25 -0500 Received: from cpe-24-221-152-185.az.sprintbbd.net ([24.221.152.185]:55440 "EHLO opus.bloom.county") by vger.kernel.org with ESMTP id ; Thu, 21 Mar 2002 16:08:10 -0500 Date: Thu, 21 Mar 2002 14:03:56 -0700 From: Tom Rini To: "H. Peter Anvin" Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] zlib double-free bug Message-ID: <20020321210356.GI25237@opus.bloom.county> In-Reply-To: <3C985A46.D3C73301@aitel.hist.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.27i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 21, 2002 at 12:14:33PM -0800, H. Peter Anvin wrote: > Followup to: > By author: Nicolas Pitre > In newsgroup: linux.dev.kernel > > > > On Wed, 20 Mar 2002, Helge Hafting wrote: > > > > > Nicolas Pitre wrote: > > > > > > > > Removable media? > > > > > > > > Most if not all removable media are not ment to be used with JFFS2. > > > > > > Nothing is _meant_ to be exploited either. Someone could > > > create a cdrom with jffs2 (linux don't demand that cd's use iso9660) > > > > But JFFS2 demands to be used with AN MTD device, not a block device. And > > most MTD device, if not all of them, on which JFFS2 is used aren't > > removable. > > Isn't this whole discussion a bit silly? If I'm not mistaken, we're > talking about a one-line known fix here... It's getting there. The 'issue' is that the best way to fix it (maybe 2.4.20-pre1 even) is to backport the 2.5 zlib which doesn't have this problem and removes most of the copies of zlib from the kernel. If it's not really a problem now, why fix it? (Tho it should be a safe fix now that Paul has produced a patch which doesn't suffer from random oopses or other problems). -- Tom Rini (TR1265) http://gate.crashing.org/~trini/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/