sunrpc: fix loop in gss seqno cache
There was a silly bug in the initial implementation where a loop variable was not incremented. This commit increments the loop variable. This bug is somewhat tricky to catch because it can only happen on loops of two or more. If it is hit, it locks up a kernel thread in an infinite loop. Signed-off-by:Nikhil Jha <njha@janestreet.com> Tested-by:
Nikhil Jha <njha@janestreet.com> Fixes: 08d6ee6d ("sunrpc: implement rfc2203 rpcsec_gss seqnum cache") Reviewed-by:
Benjamin Coddington <bcodding@redhat.com> Signed-off-by:
Anna Schumaker <anna.schumaker@oracle.com>
Loading
Please sign in to comment