]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: Fix a pipe_version reference leak
authorTrond Myklebust <trond.myklebust@primarydata.com>
Sun, 16 Feb 2014 18:28:01 +0000 (13:28 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Sun, 16 Feb 2014 18:28:01 +0000 (13:28 -0500)
commit444128848ad5d1621ec38fca92c4a3d739c2b910
treef7c1434c23fde65646c7c0a47498e06f94ba201a
parentcb910460f8d870a5f34970cea35e9a5c7c8e5b40
SUNRPC: Fix a pipe_version reference leak

In gss_alloc_msg(), if the call to gss_encode_v1_msg() fails, we
want to release the reference to the pipe_version that was obtained
earlier in the function.

Fixes: 126f51415b9bc (SUNRPC: Fix buffer overflow checking in...)
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
net/sunrpc/auth_gss/auth_gss.c