summaryrefslogtreecommitdiff
path: root/fs/exec.c
diff options
context:
space:
mode:
authorSarah Sharp <sarah.a.sharp@linux.intel.com>2012-10-16 13:17:43 -0700
committerBen Hutchings <ben@decadent.org.uk>2012-10-30 23:27:05 +0000
commita96ac56572db0cbed95a7a2f932cbb1ef3cf415d (patch)
tree36fbaeb6f165eb993a3f64aaaa3d3ee5f28e8140 /fs/exec.c
parente6fc3c5c6908c771156b9cf38b58228014705647 (diff)
xhci: Fix potential NULL ptr deref in command cancellation.
commit 43a09f7fb01fa1e091416a2aa49b6c666458c1ee upstream. The command cancellation code doesn't check whether find_trb_seg() couldn't find the segment that contains the TRB to be canceled. This could cause a NULL pointer deference later in the function when next_trb is called. It's unlikely to happen unless something is wrong with the command ring pointers, so add some debugging in case it happens. This patch should be backported to stable kernels as old as 3.0, that contain the commit b63f4053cc8aa22a98e3f9a97845afe6c15d0a0d "xHCI: handle command after aborting the command ring". Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'fs/exec.c')
0 files changed, 0 insertions, 0 deletions