diff options
author | Beau Belgrave <beaub@linux.microsoft.com> | 2023-04-25 15:51:04 -0700 |
---|---|---|
committer | Steven Rostedt (Google) <rostedt@goodmis.org> | 2023-04-25 21:03:46 -0400 |
commit | cd98c93286a30cc4588dfd02453bec63c2f4acf4 (patch) | |
tree | 7bb663ac6965bdb99ddacaace92b5f52aebfbe2f /drivers/mmc | |
parent | 96928d9032a7c34f12a88df879665562bcebf59a (diff) | |
download | linux-stable-cd98c93286a30cc4588dfd02453bec63c2f4acf4.tar.gz linux-stable-cd98c93286a30cc4588dfd02453bec63c2f4acf4.tar.bz2 linux-stable-cd98c93286a30cc4588dfd02453bec63c2f4acf4.zip |
tracing/user_events: Ensure write index cannot be negative
The write index indicates which event the data is for and accesses a
per-file array. The index is passed by user processes during write()
calls as the first 4 bytes. Ensure that it cannot be negative by
returning -EINVAL to prevent out of bounds accesses.
Update ftrace self-test to ensure this occurs properly.
Link: https://lkml.kernel.org/r/20230425225107.8525-2-beaub@linux.microsoft.com
Fixes: 7f5a08c79df3 ("user_events: Add minimal support for trace_event into ftrace")
Reported-by: Doug Cook <dcook@linux.microsoft.com>
Signed-off-by: Beau Belgrave <beaub@linux.microsoft.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Diffstat (limited to 'drivers/mmc')
0 files changed, 0 insertions, 0 deletions