Skip to content
Commit 588558eb authored by Colin Ian King's avatar Colin Ian King Committed by John Johansen
Browse files

apparmor: fix memory leak on buffer on error exit path



Currently on the error exit path the allocated buffer is not free'd
causing a memory leak. Fix this by kfree'ing it.

Detected by CoverityScan, CID#1466876 ("Resource leaks")

Fixes: 1180b4c7 ("apparmor: fix dangling symlinks to policy rawdata after replacement")
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarJohn Johansen <john.johansen@canonical.com>
parent 1180b4c7
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