summaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3/cdns3-imx.c
diff options
context:
space:
mode:
authorPrashanth K <quic_prashk@quicinc.com>2023-05-05 12:18:37 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-05-29 17:22:43 +0300
commit2f6ecb89fe8feb2b60a53325b0eeb9866d88909a (patch)
treebadb0c3ca10281bfc40a9477ea56584cd279aa71 /drivers/usb/cdns3/cdns3-imx.c
parent24520e51fffb56f3931084b1426cb2404bda095a (diff)
downloadlinux-2f6ecb89fe8feb2b60a53325b0eeb9866d88909a.tar.xz
usb: gadget: u_serial: Add null pointer check in gserial_suspend
Consider a case where gserial_disconnect has already cleared gser->ioport. And if gserial_suspend gets called afterwards, it will lead to accessing of gser->ioport and thus causing null pointer dereference. Avoid this by adding a null pointer check. Added a static spinlock to prevent gser->ioport from becoming null after the newly added null pointer check. Fixes: aba3a8d01d62 ("usb: gadget: u_serial: add suspend resume callbacks") Signed-off-by: Prashanth K <quic_prashk@quicinc.com> Link: https://lore.kernel.org/r/1683278317-11774-1-git-send-email-quic_prashk@quicinc.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-imx.c')
0 files changed, 0 insertions, 0 deletions