]> git.baikalelectronics.ru Git - kernel.git/commit
USB: serial: mos7840: fix status-register error handling
authorJohan Hovold <johan@kernel.org>
Wed, 4 Jul 2018 15:02:17 +0000 (17:02 +0200)
committerJohan Hovold <johan@kernel.org>
Fri, 6 Jul 2018 08:32:28 +0000 (10:32 +0200)
commit5e87b15db2da7b76b9a539916594a28e615d8430
tree8bb8493d4aeccbac29c17191f6ef9998d68036d0
parent82a2bbe4335cbff55627e4153e788f3a0bf2f552
USB: serial: mos7840: fix status-register error handling

Add missing transfer-length sanity check to the status-register
completion handler to avoid leaking bits of uninitialised slab data to
user space.

Fixes: 02cbf9df1916 ("USB: Moschip 7840 USB-Serial Driver")
Cc: stable <stable@vger.kernel.org> # 2.6.19
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/mos7840.c