From: Dan Carpenter Date: Mon, 20 Jan 2014 10:28:59 +0000 (+0300) Subject: rxrpc: out of bound read in debug code X-Git-Tag: v3.14-rc1~94^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08d4d217dff89707471b26348d97258016fcb8ed;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed