dlm: Sanity check namelen before copying it
authorPatrick Caulfeld <pcaulfie@redhat.com>
Thu, 17 Jan 2008 10:25:28 +0000 (10:25 +0000)
committerDavid Teigland <teigland@redhat.com>
Wed, 30 Jan 2008 17:04:43 +0000 (11:04 -0600)
commit2a79289e87f3b6487b5fd23c8569f32097057fb4
tree3b099a7b7306ee99fcb272e260b7344d34fdc666
parent85f0379aa0f9366bb6918e2e898a915231176fbd
dlm: Sanity check namelen before copying it

The 32/64 compatibility code in the DLM does not check the validity of
the lock name length passed into it, so it can easily overwrite memory
if the value is rubbish (as early versions of libdlm can cause with
unlock calls, it doesn't zero the field).

This patch restricts the length of the name to the amount of data
actually passed into the call.

Signed-off-by: Patrick Caulfield <pcaulfie@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/user.c