Skip to content
Snippets Groups Projects
Commit b620754b authored by J. Bruce Fields's avatar J. Bruce Fields Committed by Linus Torvalds
Browse files

svcrpc: fix handling of garbage args


To return garbage_args, the accept_stat must be 0, and we must have a
verifier.  So we shouldn't be resetting the write pointer as we reject
the call.

Also, we must add the two placeholder words here regardless of success
of the unwrap, to ensure the output buffer is left in a consistent state
for svcauth_gss_release().

This fixes a BUG() in svcauth_gss.c:svcauth_gss_release().

Thanks to Aime Le Rouzic for bug report, debugging help, and testing.

Signed-off-by: default avatarJ. Bruce Fields <bfields@citi.umich.edu>
Tested-by: default avatarAime Le Rouzic <aime.le-rouzic@bull.net>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 97055a91
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment