From: Tetsuo Handa Date: Tue, 26 May 2009 08:11:03 +0000 (+0100) Subject: kmod: Release sub_info on cred allocation failure. X-Git-Tag: v2.6.30-rc8~55 X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=commitdiff_plain;h=ab2b7ebaad16226c9a5e85c5f384d19fa58a7459;hp=ab2b7ebaad16226c9a5e85c5f384d19fa58a7459;ds=sidebyside kmod: Release sub_info on cred allocation failure. call_usermodehelper_setup() forgot to kfree(sub_info) when prepare_usermodehelper_creds() failed. Signed-off-by: Tetsuo Handa Signed-off-by: David Howells Signed-off-by: Linus Torvalds ---