Re: [PATCH net] rxrpc: Fix handling of an unsupported token type in rxrpc_read()

2021-01-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 12 Jan 2021 15:23:51 + you wrote: > Clang static analysis reports the following: > > net/rxrpc/key.c:657:11: warning: Assigned value is garbage or undefined > toksize = toksizes[tok++]; >

[PATCH net] rxrpc: Fix handling of an unsupported token type in rxrpc_read()

2021-01-12 Thread David Howells
Clang static analysis reports the following: net/rxrpc/key.c:657:11: warning: Assigned value is garbage or undefined toksize = toksizes[tok++]; ^ ~~~ rxrpc_read() contains two consecutive loops. The first loop calculates the token sizes and sto