summaryrefslogtreecommitdiffstats
path: root/security/selinux/xfrm.c
diff options
context:
space:
mode:
authorTim Gardner <tim.gardner@canonical.com>2013-11-14 15:04:51 -0700
committerPaul Moore <pmoore@redhat.com>2013-11-19 17:35:18 -0500
commitb5495b4217d3fa64deac479db83dbede149af7d8 (patch)
tree00056ecd7fd8833d199203178e9e098cbb58d651 /security/selinux/xfrm.c
parenta660bec1d84ad19a39e380af129e207b3b8f609e (diff)
downloadop-kernel-dev-b5495b4217d3fa64deac479db83dbede149af7d8.zip
op-kernel-dev-b5495b4217d3fa64deac479db83dbede149af7d8.tar.gz
SELinux: security_load_policy: Silence frame-larger-than warning
Dynamically allocate a couple of the larger stack variables in order to reduce the stack footprint below 1024. gcc-4.8 security/selinux/ss/services.c: In function 'security_load_policy': security/selinux/ss/services.c:1964:1: warning: the frame size of 1104 bytes is larger than 1024 bytes [-Wframe-larger-than=] } Also silence a couple of checkpatch warnings at the same time. WARNING: sizeof policydb should be sizeof(policydb) + memcpy(oldpolicydb, &policydb, sizeof policydb); WARNING: sizeof policydb should be sizeof(policydb) + memcpy(&policydb, newpolicydb, sizeof policydb); Cc: Stephen Smalley <sds@tycho.nsa.gov> Cc: James Morris <james.l.morris@oracle.com> Cc: Eric Paris <eparis@parisplace.org> Signed-off-by: Tim Gardner <tim.gardner@canonical.com> Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'security/selinux/xfrm.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud