From: Al Viro Date: Tue, 4 Oct 2005 16:40:44 +0000 (+0100) Subject: [PATCH] bogus kfree() in ibmtr X-Git-Tag: v2.6.14-rc4~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25e2d79f527b7abce624f30516f3167195b69a2e;p=pandora-kernel.git [PATCH] bogus kfree() in ibmtr On several failure exits in ibmtr we end up doing kfree() on dev->priv, with dev allocated by alloc_trdev() and ->priv never reassigned. Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed