[DLM] Fix uninitialised variable in receiving
authorPatrick Caulfield <pcaulfie@redhat.com>
Tue, 13 Mar 2007 17:08:45 +0000 (17:08 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 1 May 2007 08:10:34 +0000 (09:10 +0100)
commit89adc934f3f96600e7f31447426c7e99d62c5460
tree7bf6c34cf9898b8c78f76cecd170f946bd0516a9
parent5c7342d894973636f03270673e1fb7b908a421a8
[DLM] Fix uninitialised variable in receiving

The length of the second element of the kvec array was not initialised before
being added to the first one. This could cause invalid lengths to be passed to
kernel_recvmsg

Signed-Off-By: Patrick Caulfield <pcaulfie@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/dlm/lowcomms-tcp.c