From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ted Ts'o Subject: Re: [PATCH] fs, ext4: Fix potential memory leak in ext4_fill_super Date: Tue, 27 Jul 2010 09:31:46 -0400 Message-ID: <20100727133146.GA18966@thunk.org> References: <20100616153332.GA6751@lenovo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andreas Dilger , linux-ext4@vger.kernel.org, LKML To: Cyrill Gorcunov Return-path: Received: from THUNK.ORG ([69.25.196.29]:51112 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751975Ab0G0Nbn (ORCPT ); Tue, 27 Jul 2010 09:31:43 -0400 Content-Disposition: inline In-Reply-To: <20100616153332.GA6751@lenovo> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Wed, Jun 16, 2010 at 07:33:32PM +0400, Cyrill Gorcunov wrote: > Under heavy memory pressure we may hit out of memory > situation and as result kstrdup'ed options will not be > freed. Fix it. > > Signed-off-by: Cyrill Gorcunov Thanks, I've added this to the ext4 tree. - Ted