dlm: dlm/user.c input validation fixes
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 26 Jan 2008 21:49:44 +0000 (16:49 -0500)
committerDavid Teigland <teigland@redhat.com>
Mon, 4 Feb 2008 07:30:19 +0000 (01:30 -0600)
a) in device_write(): add sentinel NUL byte, making sure that lspace.name will
be NUL-terminated
b) in compat_input() be keep it simple about the amounts of data we are copying.

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

No differences found