From: Dan Carpenter Date: Thu, 25 Mar 2010 11:14:27 +0000 (+0200) Subject: musb: potential use after free X-Git-Tag: v2.6.34-rc7~38^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=714bc5ef3edaec3ca0cf155fe01411760527c52e;p=pandora-kernel.git musb: potential use after free We assign "urb->hcpriv = qh;" a few lines down. I'm pretty sure we want it "urb->hcpriv" to be NULL not a freed value. Signed-off-by: Dan Carpenter Signed-off-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed