Skip to content
Commit 1d498df4 authored by NeilBrown's avatar NeilBrown Committed by Anna Schumaker
Browse files

sunrpc: fix prog selection loop in svc_process_common



If the rq_prog is not in the list of programs, then we use the last
program in the list and we don't get the expected rpc_prog_unavail error
as the subsequent tests on 'progp' being NULL are ineffective.

We should only assign progp when we find the right program, and we
should initialize it to NULL

Reported-by: default avatarDan Carpenter <dan.carpenter@linaro.org>
Fixes: 86ab08be ("SUNRPC: replace program list with program array")
Signed-off-by: default avatarNeilBrown <neilb@suse.de>
Acked-by: default avatarChuck Lever <chuck.lever@oracle.com>
Signed-off-by: default avatarAnna Schumaker <anna.schumaker@oracle.com>
parent 37578c68
Loading
Loading
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