summaryrefslogtreecommitdiff
path: root/tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorMasami Hiramatsu (Google) <mhiramat@kernel.org>2026-02-16 18:30:15 +0900
committerSteven Rostedt (Google) <rostedt@goodmis.org>2026-02-19 15:21:12 -0500
commit912b0ee248c529a4f45d1e7f568dc1adddbf2a4a (patch)
treebecc73482af4fecf9344d9dd3bc4d67db74dfae9 /tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
parentf1547779402c4cd67755c33616b7203baa88420b (diff)
tracing: ring-buffer: Fix to check event length before using
Check the event length before adding it for accessing next index in rb_read_data_buffer(). Since this function is used for validating possibly broken ring buffers, the length of the event could be broken. In that case, the new event (e + len) can point a wrong address. To avoid invalid memory access at boot, check whether the length of each event is in the possible range before using it. Cc: stable@vger.kernel.org Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Fixes: 5f3b6e839f3c ("ring-buffer: Validate boot range memory events") Link: https://patch.msgid.link/177123421541.142205.9414352170164678966.stgit@devnote2 Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Diffstat (limited to 'tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions