Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Eric Paris <[email protected]>
- Loading branch information