commit | fe31ce83cbac7adcaa629b59179f502981be5f8b | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Fri May 03 15:30:09 2019 +0300 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Thu May 09 16:26:56 2019 -0400 |
tree | 0868b0ee3edac9a14085caa24e0c9982b412690d | |
parent | 9c5948c248696ca60c56ec5a608e225c4ab8a854 [diff] |
SUNRPC: Fix an error code in gss_alloc_msg() 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>