1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/daemons
Zdenek Kabelac ee12300a56 Do not send random bytes in message
Fixing few issues:

struct clvm_header  contains  'char args[1]' - so adding '+ 1' here
for message length calculation is 1 byte off.
Message with last byte uninitialized is then passed to write function.
Update also related arglen.

Initialise xid and clintid to 0.

Memory allocation is checked for NULL
2011-03-08 22:48:50 +00:00
..
clvmd Do not send random bytes in message 2011-03-08 22:48:50 +00:00
cmirrord Removed unused pointer 2010-12-20 13:58:38 +00:00
dmeventd Do not run past the end of an array in dmeventd's _handle_request when faced 2011-03-02 14:20:48 +00:00
Makefile.in Use vpath instead of VPATH. 2010-04-09 21:34:25 +00:00