1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/libdaemon/client
Christian Brauner 46b735c937 lvmetad: fix segfault on i386
Sending %d as format argument in lvmetad_vg_remove_pending() will cause
segfaults in config_make_nodes_v() when va_arg() casts to int64_t. Also, it is
clearly advertised in the lvm source code that using plain %d is prohibited, so
let's switch to FMTd64.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2017-03-13 13:37:07 -05:00
..
config-util.c lvmetad: fix segfault on i386 2017-03-13 13:37:07 -05:00
config-util.h config: add config_tree_from_string_without_dup_node_check to replace dm_config_from_string where needed 2016-09-21 18:18:15 +02:00
daemon-client.c config: use config_tree_from_string_without_dup_node_check throughout code to construct metadata trees 2016-09-21 18:18:15 +02:00
daemon-client.h coverity: cleaning some PW.NOT_COMPATIBLE_WITH_PREVIOUS_DECL 2016-07-13 21:52:14 +02:00
daemon-io.c gcc: logical-op warning go away 2016-02-23 14:41:24 +01:00
daemon-io.h doc: change fsf address 2016-01-21 12:11:37 +01:00
Makefile.in doc: change fsf address 2016-01-21 12:11:37 +01:00