1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/daemons
Ferenc Wágner 1ea1cb6dc9 cmirrord: fix stack smashing
With clusters larger than 3 nodes, the 32-byte debug buffer in
cpg_join_callback() is too small to contain all the node IDs, because
32-bit identifiers are generally rendered in 10 decimal digits.  No fixed
size is good in all cases, but this is conditionally logged debug info,
so we can simply truncate it.  Double the size, nevertheless.
2015-08-20 19:06:47 +02:00
..
clvmd cleanup: move var declaration 2015-08-18 16:05:04 +02:00
cmirrord cmirrord: fix stack smashing 2015-08-20 19:06:47 +02:00
dmeventd gitignore: Update for in-place build. 2015-07-27 13:18:35 +01:00
lvmetad toolcontext: add switches to create_toolcontext for connections and filters init 2015-07-30 13:54:09 +02:00
lvmlockd lvmlockd: ignore cmd close if no locks were taken 2015-08-19 12:16:04 -05:00
lvmpolld cleanup: check pthread result codes 2015-08-18 15:00:08 +02:00
Makefile.in Add lvmlockd 2015-07-02 15:42:26 -05:00