From: Paolo 'Blaisorblade' Giarrusso Date: Thu, 8 Mar 2007 04:41:07 +0000 (-0800) Subject: [PATCH] uml: hostfs: fix double free X-Git-Tag: v2.6.21-rc4~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bca271136f06514253aa28c24c04fc23b88e971e;p=pandora-kernel.git [PATCH] uml: hostfs: fix double free Fix double free in the error path - when name is assigned into root_inode we do not own it any more and we must not kfree() it - see patch for details. Thanks to William Stearns for the initial report. CC: William Stearns Signed-off-by: Paolo 'Blaisorblade' Giarrusso Acked-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed