]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
SUNRPC: Fix an error code in gss_alloc_msg()
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 3 May 2019 12:30:09 +0000 (15:30 +0300)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Thu, 9 May 2019 20:26:56 +0000 (16:26 -0400)
If kstrdup_const() then this function returns zero (success) but it
should return -ENOMEM.

Fixes: ac83228a7101 ("SUNRPC: Use namespace of listening daemon in the client AUTH_GSS upcall")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>

No differences found