selinux: return -ENOMEM when memory allocation fails
authorDavidlohr Bueso <dave@gnu.org>
Fri, 21 Jan 2011 15:28:04 +0000 (12:28 -0300)
committerJames Morris <jmorris@namei.org>
Mon, 24 Jan 2011 00:35:47 +0000 (11:35 +1100)
Return -ENOMEM when memory allocation fails in cond_init_bool_indexes,
correctly propagating error code to caller.

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
Signed-off-by: James Morris <jmorris@namei.org>

No differences found