diff options
author | 2024-05-13 13:33:38 +0800 | |
---|---|---|
committer | 2024-05-14 11:13:45 -0400 | |
commit | d4e9a968738bf66d3bb852dd5588d4c7afd6d7f4 (patch) | |
tree | 5e1870189a87134d79bad978cb24ac3a2360624b /scripts/generate_rust_analyzer.py | |
parent | ftrace: Fix possible use-after-free issue in ftrace_location() (diff) | |
download | linux-rng-d4e9a968738bf66d3bb852dd5588d4c7afd6d7f4.tar.xz linux-rng-d4e9a968738bf66d3bb852dd5588d4c7afd6d7f4.zip |
eventfs: Fix a possible null pointer dereference in eventfs_find_events()
In function eventfs_find_events,there is a potential null pointer
that may be caused by calling update_events_attr which will perform
some operations on the members of the ei struct when ei is NULL.
Hence,When ei->is_freed is set,return NULL directly.
Link: https://lore.kernel.org/linux-trace-kernel/20240513053338.63017-1-hao.ge@linux.dev
Cc: stable@vger.kernel.org
Fixes: 8186fff7ab64 ("tracefs/eventfs: Use root and instance inodes as default ownership")
Signed-off-by: Hao Ge <gehao@kylinos.cn>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions