diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2018-12-18 16:37:08 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-03-27 08:14:41 +0300 |
commit | 6bef442eea18ce95afec1bad4927cb9d68c1505e (patch) | |
tree | bc28a9285ee7d379e5aecd1c89647c722a77673f /firmware | |
parent | d12d86411c03d9127f0bc0766e25618b9e5c7568 (diff) | |
download | linux-6bef442eea18ce95afec1bad4927cb9d68c1505e.tar.xz |
media: v4l2-ctrls.c/uvc: zero v4l2_event
commit f45f3f753b0a3d739acda8e311b4f744d82dc52a upstream.
Control events can leak kernel memory since they do not fully zero the
event. The same code is present in both v4l2-ctrls.c and uvc_ctrl.c, so
fix both.
It appears that all other event code is properly zeroing the structure,
it's these two places.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Reported-by: syzbot+4f021cf3697781dbd9fb@syzkaller.appspotmail.com
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'firmware')
0 files changed, 0 insertions, 0 deletions