Merge tag 'apparmor-pr-2018-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor

Pull apparmor fix from John Johansen:
"A fix for an issue syzbot discovered last week:

- Fix for bad debug check when converting secids to secctx"

* tag 'apparmor-pr-2018-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor:
apparmor: fix bad debug check in apparmor_secid_to_secctx()

Changed files
-1
security
apparmor
-1
security/apparmor/secid.c
··· 79 79 struct aa_label *label = aa_secid_to_label(secid); 80 80 int len; 81 81 82 - AA_BUG(!secdata); 83 82 AA_BUG(!seclen); 84 83 85 84 if (!label)