commit | 08d4d217dff89707471b26348d97258016fcb8ed | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Mon Jan 20 13:28:59 2014 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 21 17:02:52 2014 -0800 |
tree | 3974c68c132de6cb099244fec1a9600d8ec71b0c | |
parent | 2fa053a0a27440ba2ada7acbc0afb11cdae243b2 [diff] |
rxrpc: out of bound read in debug code Smatch complains because we are using an untrusted index into the rxrpc_acks[] array. It's just a read and it's only in the debug code, but it's simple enough to add a check and fix it. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>