[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)
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>

No differences found