aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorZhang Shurong <[email protected]>2023-07-10 13:32:13 +0800
committerHans Verkuil <[email protected]>2023-07-19 12:57:50 +0200
commitb97719a66970601cd3151a3e2020f4454a1c4ff6 (patch)
tree6e9a8ca64b280d1bc81997f344301afdbdfb77cf /tools/perf/scripts/python/bin
parentf7e0f1f52424bfdfa8efd6eb6496d5d6244ee3bb (diff)
media: dvb-usb-v2: gl861: Fix null-ptr-deref in gl861_i2c_master_xfer
In gl861_i2c_master_xfer, msg is controlled by user. When msg[i].buf is null and msg[i].len is zero, former checks on msg[i].buf would be passed. Malicious data finally reach gl861_i2c_master_xfer. If accessing msg[i].buf[0] without sanity check, null ptr deref would happen. We add check on msg[i].len to prevent crash. Similar commit: commit 0ed554fd769a ("media: dvb-usb: az6027: fix null-ptr-deref in az6027_i2c_xfer()") Signed-off-by: Zhang Shurong <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions