]> git.baikalelectronics.ru Git - kernel.git/commit
rxrpc: Fix an uninitialised variable
authorDavid Howells <dhowells@redhat.com>
Thu, 11 Oct 2018 21:32:31 +0000 (22:32 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Oct 2018 05:07:36 +0000 (22:07 -0700)
commit219b4b37e77b5df1d025e2ae21a34582e8f427bd
tree91aabd787a14e2b08b7b64b55ac2f8bb19b37855
parent67479e1b6a09404f89752f9f6ebefe53bb9da9e7
rxrpc: Fix an uninitialised variable

Fix an uninitialised variable introduced by the last patch.  This can cause
a crash when a new call comes in to a local service, such as when an AFS
fileserver calls back to the local cache manager.

Fixes: 6418a5b166b8 ("rxrpc: Fix the packet reception routine")
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rxrpc/call_accept.c