aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/lsm.c
diff options
context:
space:
mode:
authorGustavo A. R. Silva <gustavoars@kernel.org>2021-09-29 17:05:26 -0500
committerJohn Johansen <john.johansen@canonical.com>2021-11-03 15:57:19 -0700
commitf4a2d282cca57607a0d6718fafa1ab2d62703254 (patch)
tree16fb63da1fc76313944707c9be9061f218f81c3c /security/apparmor/lsm.c
parentapparmor: fix zero-length compiler warning in AA_BUG() (diff)
downloadlinux-dev-f4a2d282cca57607a0d6718fafa1ab2d62703254.tar.xz
linux-dev-f4a2d282cca57607a0d6718fafa1ab2d62703254.zip
apparmor: Use struct_size() helper in kzalloc()
Make use of the struct_size() helper instead of an open-coded version, in order to avoid any potential type mistakes or integer overflows that, in the worse scenario, could lead to heap overflows. Link: https://github.com/KSPP/linux/issues/160 Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions