Emiliano Ingrassia 1cd17f7f0d usb: core: urb: fix URB structure initialization function
Explicitly initialize URB structure urb_list field in usb_init_urb().
This field can be potentially accessed uninitialized and its
initialization is coherent with the usage of list_del_init() in
usb_hcd_unlink_urb_from_ep() and usb_giveback_urb_bh() and its
explicit initialization in usb_hcd_submit_urb() error path.

Signed-off-by: Emiliano Ingrassia <ingrassia@epigenesys.com>
Cc: stable <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20191127160355.GA27196@ingrassia.epigenesys.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-12-10 11:41:19 +01:00
..
2019-11-18 08:24:12 +01:00
2019-11-18 08:24:12 +01:00
2019-11-21 14:39:39 +01:00
2019-12-03 13:58:22 -08:00
2019-10-14 07:09:59 +02:00
2019-11-21 14:39:40 +01:00
2019-11-04 06:41:09 +01:00
2019-12-02 13:37:02 -08:00
2019-09-03 19:00:39 +02:00
2019-09-02 19:20:57 +02:00