AppArmor: Add mising end of structure test to caps unpacking
authorJohn Johansen <john.johansen@canonical.com>
Thu, 16 Feb 2012 15:06:41 +0000 (07:06 -0800)
committerJohn Johansen <john.johansen@canonical.com>
Mon, 27 Feb 2012 19:38:20 +0000 (11:38 -0800)
The unpacking of struct capsx is missing a check for the end of the
caps structure.  This can lead to unpack failures depending on what else
is packed into the policy file being unpacked.

Signed-off-by: John Johansen <john.johansen@canonical.com>
Acked-by: Kees Cook <kees@ubuntu.com>
security/apparmor/policy_unpack.c

Simple merge