commit | bf0edf39296097f20c5fcc4919ed7d339194bd75 | [log] [tgz] |
---|---|---|
author | Paul Moore <paul.moore@hp.com> | Wed Oct 11 19:10:48 2006 -0400 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sun Oct 15 23:14:15 2006 -0700 |
tree | 0cde65c275cd7bab51c306cde3bf80487655f6ba | |
parent | 044a68ed8a692f643cf3c0a54c380a922584f34f [diff] |
NetLabel: better error handling involving mls_export_cat() Upon inspection it looked like the error handling for mls_export_cat() was rather poor. This patch addresses this by NULL'ing out kfree()'d pointers before returning and checking the return value of the function everywhere it is called. Signed-off-by: Paul Moore <paul.moore@hp.com> Signed-off-by: James Morris <jmorris@namei.org>