From: Sven Schnelle Date: Fri, 17 Aug 2012 19:43:43 +0000 (+0200) Subject: USB: CDC ACM: Fix NULL pointer dereference X-Git-Tag: v3.6-rc3~19^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99f347caa4568cb803862730b3b1f1942639523f;p=pandora-kernel.git USB: CDC ACM: Fix NULL pointer dereference If a device specifies zero endpoints in its interface descriptor, the kernel oopses in acm_probe(). Even though that's clearly an invalid descriptor, we should test wether we have all endpoints. This is especially bad as this oops can be triggered by just plugging a USB device in. Signed-off-by: Sven Schnelle Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed