All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil-cisco@xs4all.nl>
To: linux-media@vger.kernel.org
Subject: [PATCH 0/5] Fix various syzbot errors
Date: Tue, 12 Nov 2019 10:22:23 +0100	[thread overview]
Message-ID: <20191112092228.15800-1-hverkuil-cisco@xs4all.nl> (raw)

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


             reply	other threads:[~2019-11-12  9:22 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-12  9:22 Hans Verkuil [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191112092228.15800-1-hverkuil-cisco@xs4all.nl \
    --to=hverkuil-cisco@xs4all.nl \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.