OSDN Git Service

SUNRPC: Fix up an error return value in gss_import_sec_context_kerberos()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 18 Dec 2009 21:28:05 +0000 (16:28 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 18 Dec 2009 21:28:05 +0000 (16:28 -0500)
commit14ace024b1e16d2bb9445c8387494fbbd820a738
treeaff02ba8b2f86894cea54ab308c28e9cc04fe979
parent55639353a0035052d9ea6cfe4dde0ac7fcbb2c9f
SUNRPC: Fix up an error return value in gss_import_sec_context_kerberos()

If the context allocation fails, the function currently returns a random
error code, since the variable 'p' still points to a valid memory location.

Ensure that it returns ENOMEM...

Cc: stable@kernel.org
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/auth_gss/gss_krb5_mech.c