commit | 7c686af071ade663d0995aa30b262495a6c68c88 | [log] [tgz] |
---|---|---|
author | William Roberts <william.c.roberts@intel.com> | Tue Aug 30 09:28:11 2016 -0700 |
committer | Paul Moore <paul@paul-moore.com> | Tue Aug 30 15:45:50 2016 -0400 |
tree | dc9d17f0b475edc7c371475a33fa8683eb3802cd | |
parent | 3bc7bcf69bbe763359454b2c40efcba22730e181 [diff] |
selinux: fix overflow and 0 length allocations Throughout the SELinux LSM, values taken from sepolicy are used in places where length == 0 or length == <saturated> matter, find and fix these. Signed-off-by: William Roberts <william.c.roberts@intel.com> Signed-off-by: Paul Moore <paul@paul-moore.com>