aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/trace-event-scripting.c
diff options
context:
space:
mode:
authorHans de Goede <[email protected]>2023-05-27 16:38:12 +0100
committerMauro Carvalho Chehab <[email protected]>2023-06-09 15:19:03 +0100
commitfadac6afccf7d8a4efa1e0ca89958f6716685333 (patch)
tree55c23c991687ddd7613f3e35b3adef64c7c173c1 /tools/perf/util/trace-event-scripting.c
parent1657f2934daf89e8d9fa4b2697008909eb22c73e (diff)
media: atomisp: Fix buffer overrun in gmin_get_var_int()
Not all functions used in gmin_get_var_int() update len to the actual length of the returned string. So len may still have its initial value of the length of val[] when "val[len] = 0;" is run to ensure 0 termination. If this happens we end up writing one beyond the bounds of val[], fix this. Note this is a quick fix for this since the entirety of atomisp_gmin_platform.c will be removed once all atomisp sensor drivers have been moved over to runtime-pm + v4l2-async device registration. Closes: https://lore.kernel.org/linux-media/[email protected]/ Reported-by: Dan Carpenter <[email protected]> Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions