commit | c66080ad0a9295eaf0246a46949619f92c75faaa | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Tue Oct 08 15:33:53 2013 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Oct 08 15:56:15 2013 -0400 |
tree | 38fd10d01b9c74b988d86dccffa2ddbfc46fb22d | |
parent | 97e47fa11deae10ae72aa1109e700565c57152f5 [diff] |
svcrpc: fix gss-proxy NULL dereference in some error cases We depend on the xdr decoder to set this pointer, but if we error out before we decode this piece it could be left NULL. I think this is probably tough to hit without a buggy gss-proxy. Reported-by: Andi Kleen <andi@firstfloor.org> Cc: Simo Sorce <simo@redhat.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>