aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorZhang Shurong <[email protected]>2023-07-08 23:24:11 +0800
committerHans Verkuil <[email protected]>2023-07-19 12:57:50 +0200
commitf4ee84f27625ce1fdf41e8483fa0561a1b837d10 (patch)
treeacbc82cf9ed987b126c98cb07af9853815e93dc5 /tools/perf/scripts/python/flamegraph.py
parent5ae544d94abc8ff77b1b9bf8774def3fa5689b5b (diff)
media: af9005: Fix null-ptr-deref in af9005_i2c_xfer
In af9005_i2c_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 af9005_i2c_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/flamegraph.py')
0 files changed, 0 insertions, 0 deletions