commit | 282c1f5eba150d0b156ffa9e6b064f1d92f8315f | [log] [tgz] |
---|---|---|
author | Stephen Smalley <sds@tycho.nsa.gov> | Sun Oct 23 12:57:15 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Oct 23 16:38:38 2005 -0700 |
tree | 1b4446dc0a2651a340be0c0485c8e053cdb27407 | |
parent | 8766ce41018a0cb80fbe0ce7dbf747f357c752da [diff] |
[PATCH] selinux: Fix NULL deref in policydb_destroy This patch fixes a possible NULL dereference in policydb_destroy, where p->type_attr_map can be NULL if policydb_destroy is called to clean up a partially loaded policy upon an error during policy load. Please apply. Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov> Acked-by: James Morris <jmorris@namei.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>