1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/daemons
Bryn M. Reeves 9b0aba5fe9 dmfilemapd: return error for wrong number of args
The initial check on argc incorrectly returns 1 when the wrong
number of arguments are present, causing a segfault in main()
when no arguments are given:

  # dmfilemapd
  Wrong number of arguments.
  usage: dmfilemapd <fd> <group_id> <path> <mode> [<foreground>[<log_level>]]
  Segmentation fault (core dumped)
2017-03-13 11:09:11 +00:00
..
clvmd mem: add extra mem pages for pthread stack 2017-02-11 18:23:15 +01:00
cmirrord cleanup: clean gcc6 minor/major types warnings 2016-09-07 16:42:34 +02:00
dmeventd dmeventd: (workaround) fix mirror DSO to work with lvmetad 2017-03-09 20:41:07 +01:00
dmfilemapd dmfilemapd: return error for wrong number of args 2017-03-13 11:09:11 +00:00
lvmdbusd lvmdbusd: Simplify add_no_notify for loop 2017-03-09 16:39:47 -06:00
lvmetad lvmetad: fix segfault in daemon_reply_simple 2016-12-09 15:22:30 -06:00
lvmlockd config: use config_tree_from_string_without_dup_node_check throughout code to construct metadata trees 2016-09-21 18:18:15 +02:00
lvmpolld cleanup: drop double const specifier 2017-02-11 20:30:16 +01:00
Makefile.in daemons: add dmfilemapd 2017-03-09 18:50:15 +00:00