commit | 5f20fdfed16bc599a325a145bf0123a8e1c9beea | [log] [tgz] |
---|---|---|
author | John Johansen <john.johansen@canonical.com> | Wed Jun 15 10:00:55 2016 +0300 |
committer | John Johansen <john.johansen@canonical.com> | Tue Jul 12 08:43:10 2016 -0700 |
tree | fa700aadf27b4e0f454918b6dd06c7a40133173c | |
parent | 3197f5adf539a3ee6331f433a51483f8c842f890 [diff] |
apparmor: fix oops in profile_unpack() when policy_db is not present BugLink: http://bugs.launchpad.net/bugs/1592547 If unpack_dfa() returns NULL due to the dfa not being present, profile_unpack() is not checking if the dfa is not present (NULL). Signed-off-by: John Johansen <john.johansen@canonical.com>