commit | 17c6ee707a32c8e67861a442f387def5b7f64cec | [log] [tgz] |
---|---|---|
author | Rakib Mullick <rakib.mullick@gmail.com> | Sun Apr 07 16:14:18 2013 +0600 |
committer | Eric Paris <eparis@redhat.com> | Wed Apr 10 15:18:24 2013 -0400 |
tree | df3d8b2164badcd26d8079c769196860dc2ea7a4 | |
parent | 2950fa9d3291b90e9b7663b6a409ea37a97a5e35 [diff] |
auditsc: Use kzalloc instead of kmalloc+memset. In function audit_alloc_context(), use kzalloc, instead of kmalloc+memset. Patch also renames audit_zero_context() to audit_set_context(), to represent it's inner workings properly. Signed-off-by: Rakib Mullick <rakib.mullick@gmail.com> Signed-off-by: Eric Paris <eparis@redhat.com>