commit | 0cccca06f9870eb6daa89357b8a99ad041865553 | [log] [tgz] |
---|---|---|
author | Serge E. Hallyn <serue@us.ibm.com> | Mon May 15 09:43:48 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon May 15 11:20:54 2006 -0700 |
tree | 216251e4cbbdbb9509ed0b6fc769050ece2fb93e | |
parent | 9be2f7c38e0bd64e8a0f74ea68df1e73e2ddfcc3 [diff] |
[PATCH] selinux: check for failed kmalloc in security_sid_to_context() Check for NULL kmalloc return value before writing to it. Signed-off-by: Serge E. Hallyn <serue@us.ibm.com> Acked-by: James Morris <jmorris@namei.org> Cc: Stephen Smalley <sds@tycho.nsa.gov> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>