commit | 9eb2ddb48ce3a7bd745c14a933112994647fa3cd | [log] [tgz] |
---|---|---|
author | Trond Myklebust <[email protected]> | Sun Feb 16 12:14:13 2014 -0500 |
committer | Trond Myklebust <[email protected]> | Sun Feb 16 13:06:06 2014 -0500 |
tree | 3ddc95def93147d05ea19eb623d97e3d984e6773 | |
parent | 628356791b04ea988fee070f66a748a823d001bb [diff] |
SUNRPC: Ensure that gss_auth isn't freed before its upcall messages Fix a race in which the RPC client is shutting down while the gss daemon is processing a downcall. If the RPC client manages to shut down before the gss daemon is done, then the struct gss_auth used in gss_release_msg() may have already been freed. Link: http://lkml.kernel.org/r/[email protected] Reported-by: John <[email protected]> Reported-by: Borislav Petkov <[email protected]> Cc: [email protected] # 3.12+ Signed-off-by: Trond Myklebust <[email protected]>