diff options
| author | John Johansen <john.johansen@canonical.com> | 2025-11-24 15:07:42 -0800 |
|---|---|---|
| committer | John Johansen <john.johansen@canonical.com> | 2026-01-22 04:51:55 -0800 |
| commit | 00b67657535dfea56e84d11492f5c0f61d0af297 (patch) | |
| tree | cef472ca06b842254e227bb44e7fc47d97b89d3b /tools/perf/scripts/python | |
| parent | e2938ad00b21340c0362562dfedd7cfec0554d67 (diff) | |
| download | linux-00b67657535dfea56e84d11492f5c0f61d0af297.tar.gz linux-00b67657535dfea56e84d11492f5c0f61d0af297.zip | |
apparmor: fix NULL sock in aa_sock_file_perm
Deal with the potential that sock and sock-sk can be NULL during
socket setup or teardown. This could lead to an oops. The fix for NULL
pointer dereference in __unix_needs_revalidation shows this is at
least possible for af_unix sockets. While the fix for af_unix sockets
applies for newer mediation this is still the fall back path for older
af_unix mediation and other sockets, so ensure it is covered.
Fixes: 56974a6fcfef6 ("apparmor: add base infastructure for socket mediation")
Reviewed-by: Georgia Garcia <georgia.garcia@canonical.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
