Skip to content
Commit 5efc2443 authored by Mateusz Guzik's avatar Mateusz Guzik Committed by Paul Moore
Browse files

audit: fix exe_file access in audit_exe_compare



Prior to the change the function would blindly deference mm, exe_file
and exe_file->f_inode, each of which could have been NULL or freed.

Use get_task_exe_file to safely obtain stable exe_file.

Signed-off-by: default avatarMateusz Guzik <mguzik@redhat.com>
Acked-by: default avatarKonstantin Khlebnikov <khlebnikov@yandex-team.ru>
Acked-by: default avatarRichard Guy Briggs <rgb@redhat.com>
Cc: <stable@vger.kernel.org> # 4.3.x
Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
parent cd81a917
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment