dlm: dlm_process_incoming_buffer() fixes
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 25 Jan 2008 05:58:46 +0000 (00:58 -0500)
committerDavid Teigland <teigland@redhat.com>
Mon, 4 Feb 2008 07:22:42 +0000 (01:22 -0600)
* check that length is large enough to cover the non-variable part of message or
  rcom resp. (after checking that it's large enough to cover the header, of
  course).

* kill more pointless casts

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David Teigland <teigland@redhat.com>

No differences found