From: Steve French Date: Thu, 18 Aug 2011 04:41:55 +0000 (+0000) Subject: [CIFS] possible memory corruption on mount X-Git-Tag: v3.1-rc3~15^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13589c437daf4c8e429b3236c0b923de1c9420d8;p=pandora-kernel.git [CIFS] possible memory corruption on mount CIFS cleanup_volume_info_contents() looks like having a memory corruption problem. When UNCip is set to "&vol->UNC[2]" in cifs_parse_mount_options(), it should not be kfree()-ed in cleanup_volume_info_contents(). Introduced in commit b946845a9dc523c759cae2b6a0f6827486c3221a Signed-off-by: J.R. Okajima Reviewed-by: Jeff Layton CC: Stable Signed-off-by: Steve French --- Reading git-diff-tree failed