summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.h
diff options
context:
space:
mode:
authorVivek Gautam <gautam.vivek@samsung.com>2012-09-22 18:11:19 +0530
committerSarah Sharp <sarah.a.sharp@linux.intel.com>2012-09-24 12:11:10 -0700
commit457a73d346187c2cc5d599072f38676f18f130e0 (patch)
tree9fa4071f95ea19201ae1d867a9253db50a4897d4 /drivers/usb/host/xhci.h
parenta6e097dfdfd189b6929af6efa1d289af61858386 (diff)
downloadlinux-457a73d346187c2cc5d599072f38676f18f130e0.tar.bz2
usb: host: xhci: Fix Null pointer dereferencing with 71c731a for non-x86 systems
In 71c731a: usb: host: xhci: Fix Compliance Mode on SN65LVPE502CP Hardware when extracting DMI strings (vendor or product_name) to mark them as quirk we may get NULL pointer in case of non-x86 systems which won't define CONFIG_DMI. Hence susbsequent strstr() calls crash while driver probing. So, returning 'false' here in case we get a NULL vendor or product_name. This is tested with ARM (exynos) system. This patch should be backported to stable kernels as old as 3.6, that contain the commit 71c731a296f1b08a3724bd1b514b64f1bda87a23 "usb: host: xhci: Fix Compliance Mode on SN65LVPE502CP Hardware" Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com> Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com> Reported-by: Sebastian Gottschall (DD-WRT) <s.gottschall@dd-wrt.com> Cc: stable@vger.kernel.org
Diffstat (limited to 'drivers/usb/host/xhci.h')
0 files changed, 0 insertions, 0 deletions