All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Fix various syzbot errors
@ 2019-11-12  9:22 Hans Verkuil
  2019-11-12  9:22 ` [PATCH 1/5] gspca: zero usb_buf Hans Verkuil
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Hans Verkuil @ 2019-11-12  9:22 UTC (permalink / raw)
  To: linux-media

These patches fix a bunch of syzbot errors due to uninitialized
memory.

Regards,

	Hans

Hans Verkuil (5):
  gspca: zero usb_buf
  dvb-usb/af9005: initialize act_len
  dvb-usb/vp7045: initialize br[]
  dvb-usb/digitv: initialize key[]
  dvb-usb/dvb-usb-urb.c: initialize actlen to 0

 drivers/media/usb/dvb-usb/af9005.c      | 2 +-
 drivers/media/usb/dvb-usb/digitv.c      | 2 +-
 drivers/media/usb/dvb-usb/dvb-usb-urb.c | 2 +-
 drivers/media/usb/dvb-usb/vp7045.c      | 2 +-
 drivers/media/usb/gspca/gspca.c         | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.24.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-11-12  9:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-12  9:22 [PATCH 0/5] Fix various syzbot errors Hans Verkuil
2019-11-12  9:22 ` [PATCH 1/5] gspca: zero usb_buf Hans Verkuil
2019-11-12  9:22 ` [PATCH 2/5] dvb-usb/af9005: initialize act_len Hans Verkuil
2019-11-12  9:49   ` Sean Young
2019-11-12  9:22 ` [PATCH 3/5] dvb-usb/vp7045: initialize br[] Hans Verkuil
2019-11-12  9:50   ` Sean Young
2019-11-12  9:22 ` [PATCH 4/5] dvb-usb/digitv: initialize key[] Hans Verkuil
2019-11-12  9:51   ` Sean Young
2019-11-12  9:22 ` [PATCH 5/5] dvb-usb/dvb-usb-urb.c: initialize actlen to 0 Hans Verkuil
2019-11-12  9:53   ` Sean Young

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.