aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bcma
diff options
context:
space:
mode:
authorAlexey Khoroshilov <khoroshilov@ispras.ru>2013-09-04 00:37:17 +0400
committerJohn W. Linville <linville@tuxdriver.com>2013-09-09 14:42:00 -0400
commit8a10da264663f97ad8b5c85343274ad903b32196 (patch)
tree39664637fe66be580f89b08299dfc01d2d822917 /drivers/bcma
parentbrcmfmac: fix bus interface selection in Kconfig (diff)
downloadlinux-dev-8a10da264663f97ad8b5c85343274ad903b32196.tar.xz
linux-dev-8a10da264663f97ad8b5c85343274ad903b32196.zip
rtl8187: fix use after free on failure path in rtl8187_init_urbs()
In case of __dev_alloc_skb() failure rtl8187_init_urbs() calls usb_free_urb(entry) where 'entry' can points to urb allocated at the previous iteration. That means refcnt will be decremented incorrectly and the urb can be used after memory deallocation. The patch fixes the issue and implements error handling of init_urbs in rtl8187_start(). Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/bcma')
0 files changed, 0 insertions, 0 deletions