Skip to content
Commit bdc54d8e authored by Trond Myklebust's avatar Trond Myklebust
Browse files

SUNRPC: Fix infinite looping in rpc_clnt_iterate_for_each_xprt



If there were less than 2 entries in the multipath list, then
xprt_iter_next_entry_multiple() would never advance beyond the
first entry, which is correct for round robin behaviour, but not
for the list iteration.

The end result would be infinite looping in rpc_clnt_iterate_for_each_xprt()
as we would never see the xprt == NULL condition fulfilled.

Reported-by: default avatarOleg Drokin <green@linuxhacker.ru>
Fixes: 80b14d5e

 ("SUNRPC: Add a structure to track multiple transports")
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
parent 9ffadfbc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment