]> git.ipfire.org Git - thirdparty/linux.git/commit
apparmor: fix cast in format string DEBUG statement
authorJohn Johansen <john.johansen@canonical.com>
Tue, 3 Feb 2026 12:47:32 +0000 (04:47 -0800)
committerJohn Johansen <john.johansen@canonical.com>
Tue, 3 Feb 2026 12:47:32 +0000 (04:47 -0800)
commit1b51bd761599b84e963d9cb510e7c7d8fbf9d1ee
treeb33c2e5cee9914ea50734a415113aad2e8f39499
parent9058798652c8bc0584ed1fb0766a1015046c06e8
apparmor: fix cast in format string DEBUG statement

if debugging is enabled the DEBUG statement will fail do to a bad
fat fingered cast.

Fixes: 102ada7ca37ed ("apparmor: fix fmt string type error in process_strs_entry")
Signed-off-by: John Johansen <john.johansen@canonical.com>
security/apparmor/policy_unpack.c