mbox series

[GIT,PULL] USB-serial fixes for v4.19-rc3

Message ID 20180905140223.GA17170@localhost (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] USB-serial fixes for v4.19-rc3 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-4.19-rc3

Message

Johan Hovold Sept. 5, 2018, 2:02 p.m. UTC
The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-4.19-rc3

for you to fetch changes up to 5dfdd24eb3d39d815bc952ae98128e967c9bba49:

  USB: serial: ti_usb_3410_5052: fix array underflow in completion handler (2018-08-27 11:53:19 +0200)

----------------------------------------------------------------
USB-serial fixes for v4.19-rc3

Here are two fixes for array-underflow bugs in completion handlers due
to insufficient sanity checks.

All have been in linux-next with no reported issues.

Signed-off-by: Johan Hovold <johan@kernel.org>

----------------------------------------------------------------
Johan Hovold (2):
      USB: serial: io_ti: fix array underflow in completion handler
      USB: serial: ti_usb_3410_5052: fix array underflow in completion handler

 drivers/usb/serial/io_ti.h            | 2 +-
 drivers/usb/serial/ti_usb_3410_5052.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Greg KH Sept. 5, 2018, 2:27 p.m. UTC | #1
On Wed, Sep 05, 2018 at 04:02:23PM +0200, Johan Hovold wrote:
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
> 
>   Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-4.19-rc3

Now pulled and pushed out.

thanks,

greg k-h